gnu: ghc-pandoc-types-for-pandoc-1: Loosen version constraints.
* gnu/packages/haskell.scm (ghc-pandoc-types-for-pandoc-1)[arguments]: Allow newer QuickCheck and HUnit.
This commit is contained in:
parent
5cb4620043
commit
7ad3d4fd4f
@ -5148,6 +5148,9 @@ building up, manipulating and serialising @code{Pandoc} structures.")
|
|||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1csipjdq00iiq77k2wlrg4i7afrzlh8nl585q785xzw7nn45b0n8"))))
|
"1csipjdq00iiq77k2wlrg4i7afrzlh8nl585q785xzw7nn45b0n8"))))
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags (list "--allow-newer=QuickCheck"
|
||||||
|
"--allow-newer=HUnit")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-syb" ,ghc-syb)
|
`(("ghc-syb" ,ghc-syb)
|
||||||
("ghc-aeson" ,ghc-aeson-for-pandoc-1)
|
("ghc-aeson" ,ghc-aeson-for-pandoc-1)
|
||||||
|
Loading…
Reference in New Issue
Block a user