mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 3 additions and 0 deletions
|
@ -5148,6 +5148,9 @@ building up, manipulating and serialising @code{Pandoc} structures.")
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue