rekado pushed a commit to branch master
in repository guix.
commit ad91386a277f7b084ce59c6e7f1c9f57ec5501e4
Author: Timothy Sample <[email protected]>
Date: Mon Sep 3 22:30:50 2018 -0400
gnu: ghc-graphviz: Remove unneeded configure flag.
* gnu/packages/haskell.scm (ghc-graphviz)[arguments]: Remove unneeded
"--allow-newer=QuickCheck" configure flag.
---
gnu/packages/haskell.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index df4ba82..6198180 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7382,8 +7382,6 @@ for generating graph-like data structures.")
(base32
"0kj7ap0gnliviq2p8lscw1m06capnsa90vpvcys24nqy5nw2wrp7"))))
(build-system haskell-build-system)
- (arguments
- `(#:configure-flags (list "--allow-newer=QuickCheck")))
(inputs
`(("ghc-quickcheck" ,ghc-quickcheck)
("ghc-colour" ,ghc-colour)