[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: ghc-options: Fix Cabal dependency constraints.
From: |
guix-commits |
Subject: |
02/08: gnu: ghc-options: Fix Cabal dependency constraints. |
Date: |
Sat, 9 Nov 2019 00:03:12 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 45c85c99fcbcad62dfd5a8773e4e0d99d59b96b9
Author: Timothy Sample <address@hidden>
Date: Fri Nov 8 21:56:05 2019 -0500
gnu: ghc-options: Fix Cabal dependency constraints.
* gnu/packages/haskell-xyz.scm (ghc-options): Add a phase that updates
the Cabal file to allow for newer versions of 'chell'.
---
gnu/packages/haskell-xyz.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a8f5cf7..ad7b91b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7566,6 +7566,13 @@ DSLs, etc.")
(base32
"0qjs0v1ny52w51n5582d4z8wy9h6n0zw1xb5dh686ff5wadflgi8"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'configure 'update-constraints
+ (lambda _
+ (substitute* "options.cabal"
+ (("chell >= 0\\.4 && < 0\\.5") "chell >= 0.4 && < 0.6")))))))
(inputs
`(("ghc-monads-tf" ,ghc-monads-tf)
("ghc-chell" ,ghc-chell)
- branch wip-haskell-updates updated (da26330 -> a22add6), guix-commits, 2019/11/09
- 04/08: gnu: ghc-hindent: Update to 5.3.1., guix-commits, 2019/11/09
- 03/08: gnu: Remove ghc-monadplus., guix-commits, 2019/11/09
- 01/08: gnu: ghc-stylish-haskell: Fix Cabal dependency constraints., guix-commits, 2019/11/09
- 02/08: gnu: ghc-options: Fix Cabal dependency constraints.,
guix-commits <=
- 07/08: gnu: ghc-chart-cairo: Update to 1.9.1., guix-commits, 2019/11/09
- 08/08: gnu: ghc-atomic-primops: Update to 0.8.3., guix-commits, 2019/11/09
- 06/08: gnu: ghc-equivalence: Update to 0.3.5., guix-commits, 2019/11/09
- 05/08: gnu: ghc-geniplate-mirror: Update Cabal file to r2., guix-commits, 2019/11/09