1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-12 08:00:39 +02:00

gnu: ghc-pandoc-types: Remove unneeded "--allow-newer" flag.

* gnu/packages/haskell.scm (ghc-pandoc-types)[arguments]: Remove the
unneeded "--allow-newer=QuickCheck" confingure flag.
This commit is contained in:
Timothy Sample
2018-09-01 09:28:53 -04:00
committed by Ricardo Wurmus
parent a57c91a192
commit 4979dcd195

View File

@@ -5481,8 +5481,6 @@ and bytestrings.")
(base32
"1q6v2bynij724fv347mhqxdscwifzrx5jb9mq80608qf638fn717"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags (list "--allow-newer=QuickCheck")))
(inputs
`(("ghc-syb" ,ghc-syb)
("ghc-aeson" ,ghc-aeson)