guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: ghc-integer-logarithms: Allow building with newer tasty.


From: Arun Isaac
Subject: 04/04: gnu: ghc-integer-logarithms: Allow building with newer tasty.
Date: Tue, 4 Sep 2018 05:57:06 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 6300ba5b6669e6e1a3864144390a358b8c260296
Author: Arun Isaac <address@hidden>
Date:   Tue Sep 4 15:24:32 2018 +0530

    gnu: ghc-integer-logarithms: Allow building with newer tasty.
    
    * gnu/packages/haskell.scm (ghc-integer-logarithms)[arguments]: Allow 
building
    with newer tasty.
---
 gnu/packages/haskell.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 70929dd..e707263 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5197,6 +5197,8 @@ occurrences of a substring (the first in case of 
overlaps) with another.")
         (base32
          "1wj8kgjg5bn2yrs4zh9qfjv85cx6w998j9pi39yrbv305944mb9j"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:configure-flags (list "--allow-newer=tasty")))
     (native-inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)
        ("ghc-smallcheck" ,ghc-smallcheck)



reply via email to

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