guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/177: gnu: ghc-test-framework: Fix build with GHC 8.


From: Ricardo Wurmus
Subject: 10/177: gnu: ghc-test-framework: Fix build with GHC 8.
Date: Tue, 13 Feb 2018 07:38:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7fa02bc7aba851357151e00f8982a6a3524c08c7
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 19:25:33 2018 +0100

    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".
---
 gnu/packages/haskell-check.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index ddd2742..a48a4d5 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]