summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-09-01 09:28:53 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:19 +0200
commit4979dcd195366faa70534ced47982613eee9eb0f (patch)
treeb670f9732bd19abefdbce97d45c55e7757fc8e65 /gnu
parenta57c91a192d34d3ad1d80e3d40d2495b96eaa7b0 (diff)
downloadguix-patches-4979dcd195366faa70534ced47982613eee9eb0f.tar
guix-patches-4979dcd195366faa70534ced47982613eee9eb0f.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d50aef9170..d359ce4a70 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)