[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/177: gnu: ghc-old-time: Allow building with GHC 8.
From: |
Ricardo Wurmus |
Subject: |
23/177: gnu: ghc-old-time: Allow building with GHC 8. |
Date: |
Tue, 13 Feb 2018 07:38:05 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 037181ed23a499c0f49c1e0e5473f44182e170de
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 20:34:51 2018 +0100
gnu: ghc-old-time: Allow building with GHC 8.
* gnu/packages/haskell.scm (ghc-old-time)[arguments]: Allow building with
newer version of "base".
---
gnu/packages/haskell.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c253deb..1fd856e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1355,6 +1355,8 @@ date and time formats.")
(base32
"1h9b26s3kfh2k0ih4383w90ibji6n0iwamxp6rfp2lbq1y5ibjqw"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:configure-flags (list "--allow-newer=base")))
(inputs
`(("ghc-old-locale" ,ghc-old-locale)))
(home-page "https://hackage.haskell.org/package/old-time")
- 27/177: gnu: ghc-text: Update to 1.2.2.2., (continued)
- 27/177: gnu: ghc-text: Update to 1.2.2.2., Ricardo Wurmus, 2018/02/13
- 02/177: gnu: ghc: Use ghc-8 as default GHC., Ricardo Wurmus, 2018/02/13
- 14/177: gnu: ghc-hspec: Update to 2.2.4., Ricardo Wurmus, 2018/02/13
- 45/177: gnu: ghc-cgi: Update to 3001.3.0.2., Ricardo Wurmus, 2018/02/13
- 48/177: gnu: ghc-extra: Update to 1.6.3., Ricardo Wurmus, 2018/02/13
- 53/177: gnu: ghc-th-lift: Update to 0.7.8., Ricardo Wurmus, 2018/02/13
- 55/177: gnu: ghc-nats: Update to 1.1.1., Ricardo Wurmus, 2018/02/13
- 16/177: gnu: ghc-hunit: Update to 1.3.1.2., Ricardo Wurmus, 2018/02/13
- 05/177: gnu: ghc-quickcheck: Update to 2.10.1., Ricardo Wurmus, 2018/02/13
- 10/177: gnu: ghc-test-framework: Fix build with GHC 8., Ricardo Wurmus, 2018/02/13
- 23/177: gnu: ghc-old-time: Allow building with GHC 8.,
Ricardo Wurmus <=
- 22/177: gnu: Add ghc-hashable-time., Ricardo Wurmus, 2018/02/13
- 28/177: gnu: Add ghc-time-locale-compat., Ricardo Wurmus, 2018/02/13
- 33/177: gnu: data-default-instances-base: Update to 0.1.0.1., Ricardo Wurmus, 2018/02/13
- 41/177: gnu: ghc-cgi: Update to 3001.3.0.1., Ricardo Wurmus, 2018/02/13
- 40/177: gnu: Add ghc-pretty-show., Ricardo Wurmus, 2018/02/13
- 37/177: gnu: ghc-haddock: Update to 2.17.4., Ricardo Wurmus, 2018/02/13
- 43/177: gnu: ghc-network: Update to 2.6.3.1., Ricardo Wurmus, 2018/02/13
- 47/177: gnu: hlint: Update to 1.9.37., Ricardo Wurmus, 2018/02/13
- 51/177: gnu: Add ghc-haskell-src-exts-util., Ricardo Wurmus, 2018/02/13
- 49/177: gnu: ghc-polyparse: Update to 1.12., Ricardo Wurmus, 2018/02/13