diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-09-03 22:30:50 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:17 +0200 |
commit | ad91386a277f7b084ce59c6e7f1c9f57ec5501e4 (patch) | |
tree | 2e79b9b40d599caf44021347c1e307042df5079f | |
parent | f9f2877d54fdf72e0579bce6cfca87b8712144be (diff) | |
download | guix-ad91386a277f7b084ce59c6e7f1c9f57ec5501e4.tar.gz |
gnu: ghc-graphviz: Remove unneeded configure flag.
* gnu/packages/haskell.scm (ghc-graphviz)[arguments]: Remove unneeded "--allow-newer=QuickCheck" configure flag.
-rw-r--r-- | gnu/packages/haskell.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index df4ba82a30..6198180194 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) |