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".
master
Ricardo Wurmus 2018-02-12 19:25:33 +01:00
parent 4c8a1f4030
commit 7fa02bc7ab
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -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)))