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:
Ricardo Wurmus 2018-08-15 11:32:11 +02:00 committed by Ricardo Wurmus
parent 5cb4620043
commit 7ad3d4fd4f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5148,6 +5148,9 @@ (define-public ghc-pandoc-types-for-pandoc-1
(sha256
(base32
"1csipjdq00iiq77k2wlrg4i7afrzlh8nl585q785xzw7nn45b0n8"))))
(arguments
`(#:configure-flags (list "--allow-newer=QuickCheck"
"--allow-newer=HUnit")))
(inputs
`(("ghc-syb" ,ghc-syb)
("ghc-aeson" ,ghc-aeson-for-pandoc-1)