guix-commits
[Top][All Lists]
Advanced

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

03/177: gnu: ghc-old-locale: Allow building with newer base package.


From: Ricardo Wurmus
Subject: 03/177: gnu: ghc-old-locale: Allow building with newer base package.
Date: Tue, 13 Feb 2018 07:38:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit afff0b6d421c6a8d96cd781ba2106cc518b8a1a2
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 18:56:48 2018 +0100

    gnu: ghc-old-locale: Allow building with newer base package.
    
    * gnu/packages/haskell.scm (ghc-old-locale)[arguments]: Add configure flag 
to
    allow newer "base" version.
---
 gnu/packages/haskell.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 654f4df..f6a12a6 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1331,6 +1331,8 @@ configurations to coexist without resorting to mutable 
global variables or
        (sha256
         (base32 "0l3viphiszvz5wqzg7a45zp40grwlab941q5ay29iyw8p3v8pbyv"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:configure-flags (list "--allow-newer=base")))
     (home-page "https://hackage.haskell.org/package/old-locale";)
     (synopsis "Adapt to locale conventions")
     (description



reply via email to

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