gnu: ghc-graphviz: Remove unneeded configure flag.

* gnu/packages/haskell.scm (ghc-graphviz)[arguments]: Remove unneeded
"--allow-newer=QuickCheck" configure flag.
master
Timothy Sample 2018-09-03 22:30:50 -04:00 committed by Ricardo Wurmus
parent f9f2877d54
commit ad91386a27
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 2 deletions

View File

@ -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)