gnu: ghc-quickcheck-instances: Update Cabal file to r1.

* gnu/packages/haskell-check.scm (ghc-quickcheck-instances) Update Cabal
file to r1.
[arguments]: Remove unneeded "--allow-newer" configure flag.
This commit is contained in:
Timothy Sample 2018-08-31 22:47:48 -04:00 committed by Ricardo Wurmus
parent ce88eae9a3
commit fc0424875f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -352,7 +352,8 @@ (define-public ghc-quickcheck-instances
"1bh1pzz5fdcqvzdcirqxna6fnjms02min5md716299g5niz46w55")))) "1bh1pzz5fdcqvzdcirqxna6fnjms02min5md716299g5niz46w55"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments (arguments
`(#:configure-flags (list "--allow-newer=base-compat"))) `(#:cabal-revision
("1" "1sngfq3v71bvgjsl8cj5kh65m3fziwy8dkvwjzs0kxfrzr87faly")))
(inputs (inputs
`(("ghc-quickcheck" ,ghc-quickcheck) `(("ghc-quickcheck" ,ghc-quickcheck)
("ghc-base-compat" ,ghc-base-compat) ("ghc-base-compat" ,ghc-base-compat)