[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
303/328: gnu: idris: Fix Cabal dependency constraints.
From: |
guix-commits |
Subject: |
303/328: gnu: idris: Fix Cabal dependency constraints. |
Date: |
Sat, 16 Nov 2019 19:33:30 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 6ca76277a8c1679b1ef144c626241c90c983e0a2
Author: Timothy Sample <address@hidden>
Date: Sat Nov 16 09:42:03 2019 -0500
gnu: idris: Fix Cabal dependency constraints.
* gnu/packages/idris.scm (idris): Add a phase that updates the Cabal
file to allow for newer versions of 'ansi-terminal'.
---
gnu/packages/idris.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/idris.scm b/gnu/packages/idris.scm
index e5c0ac2..4c6c5e1 100644
--- a/gnu/packages/idris.scm
+++ b/gnu/packages/idris.scm
@@ -90,6 +90,11 @@
"-fFFI" "-fGMP")
#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'update-constraints
+ (lambda _
+ (substitute* "idris.cabal"
+ (("ansi-terminal < 0\\.9") "ansi-terminal < 0.10"))
+ #t))
(add-before 'configure 'set-cc-command
(lambda _
(setenv "CC" "gcc")
- 276/328: gnu: Add ghc-edit-distance-vector., (continued)
- 276/328: gnu: Add ghc-edit-distance-vector., guix-commits, 2019/11/16
- 288/328: gnu: ghc-tasty-rerun: Update to 1.1.14., guix-commits, 2019/11/16
- 306/328: gnu: Add ghc-timezone-series., guix-commits, 2019/11/16
- 310/328: gnu: Add ghc-tar-conduit., guix-commits, 2019/11/16
- 319/328: gnu: Add ghc-numeric-extras., guix-commits, 2019/11/16
- 316/328: gnu: Add ghc-monoid-extras., guix-commits, 2019/11/16
- 320/328: gnu: Add ghc-intervals., guix-commits, 2019/11/16
- 324/328: gnu: Add ghc-svg-builder., guix-commits, 2019/11/16
- 326/328: gnu: ngless: Update to 1.0.1., guix-commits, 2019/11/16
- 291/328: gnu: ghc-microlens-aeson: Patch tests for i686-linux., guix-commits, 2019/11/16
- 303/328: gnu: idris: Fix Cabal dependency constraints.,
guix-commits <=
- 304/328: gnu: elm-compiler: Fix Cabal dependency constraints., guix-commits, 2019/11/16
- 305/328: gnu: Add ghc-alsa-mixer., guix-commits, 2019/11/16
- 308/328: gnu: Add ghc-dbus., guix-commits, 2019/11/16
- 315/328: gnu: Add ghc-groups., guix-commits, 2019/11/16
- 317/328: gnu: Add ghc-dual-tree., guix-commits, 2019/11/16
- 311/328: gnu: Add ghc-testing-type-modifiers., guix-commits, 2019/11/16
- 325/328: gnu: Add ghc-diagrams-svg., guix-commits, 2019/11/16
- 327/328: gnu: ghc-haddock-api: Update to 2.22.0., guix-commits, 2019/11/16