gnu: ghc-graphviz: Update to 2999.20.0.2.
* gnu/packages/haskell.scm (ghc-graphviz): Update to 2999.20.0.2. [native-inputs]: Add ghc-hspec, graphviz and hspec-discover.
This commit is contained in:
parent
e173a95ffa
commit
f797a0e987
|
@ -41,6 +41,7 @@
|
||||||
#:use-module (gnu packages gcc)
|
#:use-module (gnu packages gcc)
|
||||||
#:use-module (gnu packages ghostscript)
|
#:use-module (gnu packages ghostscript)
|
||||||
#:use-module (gnu packages gl)
|
#:use-module (gnu packages gl)
|
||||||
|
#:use-module (gnu packages graphviz)
|
||||||
#:use-module (gnu packages haskell-check)
|
#:use-module (gnu packages haskell-check)
|
||||||
#:use-module (gnu packages haskell-crypto)
|
#:use-module (gnu packages haskell-crypto)
|
||||||
#:use-module (gnu packages haskell-web)
|
#:use-module (gnu packages haskell-web)
|
||||||
|
@ -7100,14 +7101,14 @@ for generating graph-like data structures.")
|
||||||
(define-public ghc-graphviz
|
(define-public ghc-graphviz
|
||||||
(package
|
(package
|
||||||
(name "ghc-graphviz")
|
(name "ghc-graphviz")
|
||||||
(version "2999.18.1.2")
|
(version "2999.20.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
"graphviz/graphviz-" version ".tar.gz"))
|
"graphviz/graphviz-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z453is01v0rnxlv6xx4iyaqv5vrp3bpz829mpv1a341sck2135h"))))
|
"0kj7ap0gnliviq2p8lscw1m06capnsa90vpvcys24nqy5nw2wrp7"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
||||||
|
@ -7121,6 +7122,10 @@ for generating graph-like data structures.")
|
||||||
("ghc-temporary" ,ghc-temporary)
|
("ghc-temporary" ,ghc-temporary)
|
||||||
("ghc-text" ,ghc-text)
|
("ghc-text" ,ghc-text)
|
||||||
("ghc-wl-pprint-text" ,ghc-wl-pprint-text)))
|
("ghc-wl-pprint-text" ,ghc-wl-pprint-text)))
|
||||||
|
(native-inputs
|
||||||
|
`(("ghc-hspec" ,ghc-hspec)
|
||||||
|
("graphviz" ,graphviz)
|
||||||
|
("hspec-discover" ,hspec-discover)))
|
||||||
(home-page "https://hackage.haskell.org/package/graphviz")
|
(home-page "https://hackage.haskell.org/package/graphviz")
|
||||||
(synopsis "Bindings to Graphviz for graph visualisation")
|
(synopsis "Bindings to Graphviz for graph visualisation")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue