samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 7c5e9b9854862d6718d44b8e07cf653cec5736e3
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 00:54:24 2019 -0400
gnu: ghc-colour: Update to 2.3.5.
* gnu/packages/haskell-xyz.scm (ghc-colour): Update to 2.3.5.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c5da06d..f6d2ce4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1787,7 +1787,7 @@ nothing.")
(define-public ghc-colour
(package
(name "ghc-colour")
- (version "2.3.4")
+ (version "2.3.5")
(source
(origin
(method url-fetch)
@@ -1796,7 +1796,7 @@ nothing.")
version ".tar.gz"))
(sha256
(base32
- "1sy51nz096sv91nxqk6yk7b92b5a40axv9183xakvki2nc09yhqg"))))
+ "1rq4l46jx4lpdppy71wf7m1n7pw2jwy788rm35ycwzb1g4clg39v"))))
(arguments
;; The tests for this package have the following dependency cycle:
;; ghc-test-framework -> ghc-ansi-terminal -> ghc-colour.