[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
294/328: gnu: ghc-options: Fix Cabal dependency constraints.
From: |
guix-commits |
Subject: |
294/328: gnu: ghc-options: Fix Cabal dependency constraints. |
Date: |
Sat, 16 Nov 2019 19:33:28 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 7353ea43e68408e88520c8ab18e1dd472ed220a7
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 | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 052162b..4b09229 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7570,6 +7570,14 @@ 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"))
+ #t)))))
(inputs
`(("ghc-monads-tf" ,ghc-monads-tf)
("ghc-chell" ,ghc-chell)
- 284/328: gnu: ghc-pandoc: Update to 2.7.3., (continued)
- 284/328: gnu: ghc-pandoc: Update to 2.7.3., guix-commits, 2019/11/16
- 296/328: gnu: ghc-hindent: Update to 5.3.1., guix-commits, 2019/11/16
- 299/328: gnu: ghc-chart-cairo: Update to 1.9.1., guix-commits, 2019/11/16
- 302/328: gnu: cedille: Use most recent GHC., guix-commits, 2019/11/16
- 301/328: gnu: agda: Update to 2.6.0.1., guix-commits, 2019/11/16
- 313/328: gnu: Add ghc-size-based., guix-commits, 2019/11/16
- 321/328: gnu: Add ghc-active., guix-commits, 2019/11/16
- 318/328: gnu: Add ghc-diagrams-core., guix-commits, 2019/11/16
- 323/328: gnu: Add ghc-diagrams-lib., guix-commits, 2019/11/16
- 322/328: gnu: Add ghc-diagrams-solve., guix-commits, 2019/11/16
- 294/328: gnu: ghc-options: Fix Cabal dependency constraints.,
guix-commits <=
- 300/328: gnu: ghc-atomic-primops: Update to 0.8.3., guix-commits, 2019/11/16
- 298/328: gnu: ghc-equivalence: Update to 0.3.5., guix-commits, 2019/11/16
- 312/328: gnu: Add ghc-dictionary-sharing., guix-commits, 2019/11/16
- 328/328: gnu: ghc-haddock: Update to 2.22.0., guix-commits, 2019/11/16
- 230/328: gnu: ghc-conduit-extra: Update to 1.3.4., guix-commits, 2019/11/16
- 234/328: gnu: ghc-bzlib-conduit: Update to 0.3.0.2., guix-commits, 2019/11/16
- 238/328: gnu: Add ghc-infer-license., guix-commits, 2019/11/16
- 280/328: gnu: Add ghc-microlens-aeson., guix-commits, 2019/11/16
- 279/328: gnu: Add ghc-hsyaml., guix-commits, 2019/11/16
- 297/328: gnu: ghc-geniplate-mirror: Update Cabal file to r2., guix-commits, 2019/11/16