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.
master
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
1 changed files with 2 additions and 1 deletions

View File

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