gnu: ghc-test-framework: Fix build with GHC 8.
* gnu/packages/haskell-check.scm (ghc-test-framework)[arguments]: Permit building with newer version of "time".
This commit is contained in:
parent
4c8a1f4030
commit
7fa02bc7ab
|
@ -446,6 +446,8 @@ expressed in Haskell, using combinators defined in the QuickCheck library.")
|
|||
(base32
|
||||
"0wxjgdvb1c4ykazw774zlx86550848wbsvgjgcrdzcgbb9m650vq"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--allow-newer=time")))
|
||||
(native-inputs
|
||||
`(("ghc-hunit" ,ghc-hunit)
|
||||
("ghc-quickcheck" ,ghc-quickcheck)))
|
||||
|
|
Loading…
Reference in New Issue