mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
ce88eae9a3
commit
fc0424875f
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue