guix-commits
[Top][All Lists]
Advanced

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

58/177: gnu: ghc-utf8-string: Fix build with GHC 8.


From: Ricardo Wurmus
Subject: 58/177: gnu: ghc-utf8-string: Fix build with GHC 8.
Date: Tue, 13 Feb 2018 07:38:11 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4fe3ce822f02bb23fa234f5b5d326d4d97d325cd
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 22:09:16 2018 +0100

    gnu: ghc-utf8-string: Fix build with GHC 8.
    
    * gnu/packages/haskell.scm (ghc-utf8-string)[arguments]: Allow building with
    newer "base".
---
 gnu/packages/haskell.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 90388d1..7775a5a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1662,6 +1662,8 @@ School of Functional Programming', 1995.  See
        (sha256
         (base32 "0h7imvxkahiy8pzr8cpsimifdfvv18lizrb33k6mnq70rcx9w2zv"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:configure-flags (list "--allow-newer=base")))
     (home-page "https://github.com/glguy/utf8-string/";)
     (synopsis "Support for reading and writing UTF8 Strings")
     (description



reply via email to

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