[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/272: gnu: ghc-colour: Update to 2.3.4.
From: |
Ricardo Wurmus |
Subject: |
09/272: gnu: ghc-colour: Update to 2.3.4. |
Date: |
Mon, 1 Oct 2018 06:13:02 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d05d03dda05588cd31e1d5d05c1583c8d17dfa6e
Author: Timothy Sample <address@hidden>
Date: Tue Aug 28 20:28:08 2018 -0400
gnu: ghc-colour: Update to 2.3.4.
* gnu/packages/haskell.scm (ghc-colour): Update to 2.3.4.
[arguments]: Disable tests.
---
gnu/packages/haskell.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index f5a5299..e1dfb9b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7073,7 +7073,7 @@ the @code{mtl-tf} package.")
(define-public ghc-colour
(package
(name "ghc-colour")
- (version "2.3.3")
+ (version "2.3.4")
(source
(origin
(method url-fetch)
@@ -7082,7 +7082,11 @@ the @code{mtl-tf} package.")
version ".tar.gz"))
(sha256
(base32
- "1qmn1778xzg07jg9nx4k1spdz2llivpblf6wwrps1qpqjhsac5cd"))))
+ "1sy51nz096sv91nxqk6yk7b92b5a40axv9183xakvki2nc09yhqg"))))
+ (arguments
+ ;; The tests for this package have the following dependency cycle:
+ ;; ghc-test-framework -> ghc-ansi-terminal -> ghc-colour.
+ `(#:tests? #f))
(build-system haskell-build-system)
(home-page "https://www.haskell.org/haskellwiki/Colour")
(synopsis "Model for human colour perception")
- branch master updated (f9051e3 -> 5289158), Ricardo Wurmus, 2018/10/01
- 01/272: gnu: ghc: Use GHC 8.4.3 as the default GHC., Ricardo Wurmus, 2018/10/01
- 05/272: gnu: cabal-doctest: Update Cabal file to r1., Ricardo Wurmus, 2018/10/01
- 07/272: gnu: ghc-base-prelude: Update to 1.3., Ricardo Wurmus, 2018/10/01
- 13/272: gnu: ghc-happy: Update to 1.19.9., Ricardo Wurmus, 2018/10/01
- 14/272: gnu: ghc-ieee754: Update to 0.8.0., Ricardo Wurmus, 2018/10/01
- 04/272: guix: import: stackage: Fix JSON accessors., Ricardo Wurmus, 2018/10/01
- 06/272: gnu: ghc-basement: Update to 0.0.8., Ricardo Wurmus, 2018/10/01
- 08/272: gnu: ghc-cmdargs: Update to 0.10.20., Ricardo Wurmus, 2018/10/01
- 09/272: gnu: ghc-colour: Update to 2.3.4.,
Ricardo Wurmus <=
- 28/272: gnu: ghc-unix-compat: Update to 0.5.1., Ricardo Wurmus, 2018/10/01
- 21/272: gnu: ghc-setlocale: Update to 1.0.0.8., Ricardo Wurmus, 2018/10/01
- 30/272: gnu: ghc-utf8-string: Update Cabal file to r3., Ricardo Wurmus, 2018/10/01
- 31/272: gnu: ghc-wl-pprint: Update to 1.2.1., Ricardo Wurmus, 2018/10/01
- 11/272: gnu: ghc-entropy: Update to 0.4.1.1., Ricardo Wurmus, 2018/10/01
- 10/272: gnu: ghc-easy-file: Update to 0.2.2., Ricardo Wurmus, 2018/10/01
- 03/272: build-system: haskell: Add #:cabal-revision argument., Ricardo Wurmus, 2018/10/01
- 12/272: gnu: ghc-geniplate-mirror: Update to 0.7.6., Ricardo Wurmus, 2018/10/01
- 15/272: gnu: ghc-microlens: Update to 0.4.9.1., Ricardo Wurmus, 2018/10/01
- 17/272: gnu: ghc-old-locale: Update Cabal file to r2., Ricardo Wurmus, 2018/10/01