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.
master
Timothy Sample 2018-09-01 09:28:53 -04:00 committed by Ricardo Wurmus
parent a57c91a192
commit 4979dcd195
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 2 deletions

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)