gnu: ghc-graphviz: Remove unneeded configure flag.

* gnu/packages/haskell.scm (ghc-graphviz)[arguments]: Remove unneeded
"--allow-newer=QuickCheck" configure flag.
This commit is contained in:
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

View file

@ -7382,8 +7382,6 @@ (define-public ghc-graphviz
(base32
"0kj7ap0gnliviq2p8lscw1m06capnsa90vpvcys24nqy5nw2wrp7"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags (list "--allow-newer=QuickCheck")))
(inputs
`(("ghc-quickcheck" ,ghc-quickcheck)
("ghc-colour" ,ghc-colour)