rekado pushed a commit to branch master
in repository guix.
commit 4979dcd195366faa70534ced47982613eee9eb0f
Author: Timothy Sample <[email protected]>
Date: Sat Sep 1 09:28:53 2018 -0400
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.
---
gnu/packages/haskell.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d50aef9..d359ce4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -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)