diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-check.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index ddd2742a78..a48a4d5c64 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -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))) |