[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
- branch master updated (6963305 -> ad5de22), Ricardo Wurmus, 2018/02/13
- 03/177: gnu: ghc-old-locale: Allow building with newer base package.,
Ricardo Wurmus <=
- 19/177: gnu: ghc-scientific: Update to 0.3.5.2., Ricardo Wurmus, 2018/02/13
- 04/177: gnu: ghc-primitive: Update to 0.6.3.0., Ricardo Wurmus, 2018/02/13
- 18/177: gnu: Add ghc-integer-logarithms., Ricardo Wurmus, 2018/02/13
- 06/177: gnu: Add ghc-quickcheck-latest., Ricardo Wurmus, 2018/02/13
- 12/177: gnu: ghc-test-framework-quickcheck2: Update to 0.3.0.4., Ricardo Wurmus, 2018/02/13
- 11/177: gnu: hspec-discover: Update to 2.2.4., Ricardo Wurmus, 2018/02/13
- 13/177: gnu: ghc-tasty: Update to 0.11.0.4., Ricardo Wurmus, 2018/02/13
- 24/177: gnu: ghc-uuid-types: Fix tests with latest QuickCheck., Ricardo Wurmus, 2018/02/13
- 30/177: gnu: ghc-prelude-extras: Update to 0.4.0.3., Ricardo Wurmus, 2018/02/13
- 35/177: gnu: ghc-haddock-library: Update to 1.4.3., Ricardo Wurmus, 2018/02/13