mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-graphviz: Fix build with newer QuickCheck.
* gnu/packages/haskell.scm (ghc-graphviz)[arguments]: Allow building with newer QuickCheck.
This commit is contained in:
parent
f25c95d384
commit
4b1f2166fe
1 changed files with 2 additions and 0 deletions
|
@ -6707,6 +6707,8 @@ for generating graph-like data structures.")
|
||||||
(base32
|
(base32
|
||||||
"1z453is01v0rnxlv6xx4iyaqv5vrp3bpz829mpv1a341sck2135h"))))
|
"1z453is01v0rnxlv6xx4iyaqv5vrp3bpz829mpv1a341sck2135h"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
("ghc-colour" ,ghc-colour)
|
("ghc-colour" ,ghc-colour)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue