[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/177: gnu: ghc-mtl: Fix build with GHC 8.
From: |
Ricardo Wurmus |
Subject: |
07/177: gnu: ghc-mtl: Fix build with GHC 8. |
Date: |
Tue, 13 Feb 2018 07:38:02 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c088e393410b786b4d5aab87e27a5b6bf8b9082d
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 19:04:25 2018 +0100
gnu: ghc-mtl: Fix build with GHC 8.
* gnu/packages/haskell.scm (ghc-mtl)[inputs]: Add ghc-transformers.
[arguments]: Permit building with newer version of transformers.
---
gnu/packages/haskell.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 5857540..c6a8376 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1479,6 +1479,10 @@ installation of Haskell libraries and programs.")
(base32
"1icdbj2rshzn0m1zz5wa7v3xvkf6qw811p4s7jgqwvx1ydwrvrfa"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:configure-flags (list "--allow-newer=transformers")))
+ (inputs
+ `(("ghc-transformers" ,ghc-transformers)))
(home-page "https://github.com/ekmett/mtl")
(synopsis
"Monad classes, using functional dependencies")
- 24/177: gnu: ghc-uuid-types: Fix tests with latest QuickCheck., (continued)
- 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
- 01/177: gnu: ghc-streaming-commons: Fix license and description., Ricardo Wurmus, 2018/02/13
- 31/177: gnu: ghc-data-default: Update to 0.7.1.1., Ricardo Wurmus, 2018/02/13
- 26/177: gnu: ghc-hashable: Update to 1.2.6.1., Ricardo Wurmus, 2018/02/13
- 32/177: gnu: ghc-data-default-class: Update to 0.1.2.0., Ricardo Wurmus, 2018/02/13
- 34/177: gnu: ghc-haddock-api: Update to 2.17.3., Ricardo Wurmus, 2018/02/13
- 25/177: gnu: ghc-quickcheck-instances: Update to 0.3.16.1., Ricardo Wurmus, 2018/02/13
- 17/177: gnu: ghc-hspec-meta: Update to 2.2.1., Ricardo Wurmus, 2018/02/13
- 07/177: gnu: ghc-mtl: Fix build with GHC 8.,
Ricardo Wurmus <=
- 08/177: gnu: ghc-dlist: Update to 0.8.0.4., Ricardo Wurmus, 2018/02/13
- 15/177: gnu: ghc-hspec-core: Update to 2.2.4., Ricardo Wurmus, 2018/02/13
- 20/177: gnu: ghc-attoparsec: Update to 0.13.2.2., Ricardo Wurmus, 2018/02/13
- 38/177: gnu: ghc-stm: Update to 2.4.5.0., Ricardo Wurmus, 2018/02/13
- 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