[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/257: gnu: ghc-colour: Update to 2.3.4.
From: |
Ricardo Wurmus |
Subject: |
09/257: gnu: ghc-colour: Update to 2.3.4. |
Date: |
Thu, 27 Sep 2018 15:46:48 -0400 (EDT) |
rekado pushed a commit to branch wip-haskell
in repository guix.
commit 02cb20f71f089a89fde840975ad8ae119ff4e250
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")
- 05/257: gnu: cabal-doctest: Update Cabal file to r1., (continued)
- 05/257: gnu: cabal-doctest: Update Cabal file to r1., Ricardo Wurmus, 2018/09/27
- 151/257: gnu: ghc-gluraw: Update to 2.0.0.4., Ricardo Wurmus, 2018/09/27
- 75/257: gnu: ghc-split: Update to 0.2.3.3., Ricardo Wurmus, 2018/09/27
- 92/257: gnu: ghc-exceptions: Update to 0.10.0., Ricardo Wurmus, 2018/09/27
- 66/257: gnu: ghc-edisoncore: Update to 1.3.2.1., Ricardo Wurmus, 2018/09/27
- 53/257: gnu: ghc-system-filepath-bootstrap: Update to 0.4.14., Ricardo Wurmus, 2018/09/27
- 37/257: gnu: ghc-foundation: Update to 0.0.21., Ricardo Wurmus, 2018/09/27
- 32/257: gnu: ghc-xhtml: Update to 3000.2.2.1., Ricardo Wurmus, 2018/09/27
- 23/257: gnu: ghc-stringbuilder: Update to 0.5.1., Ricardo Wurmus, 2018/09/27
- 20/257: gnu: ghc-sdl: Update to 0.6.7.0., Ricardo Wurmus, 2018/09/27
- 09/257: gnu: ghc-colour: Update to 2.3.4.,
Ricardo Wurmus <=
- 147/257: gnu: ghc-temporary: Update to 1.3., Ricardo Wurmus, 2018/09/27
- 148/257: gnu: ghc-th-orphans: Update to 0.13.6., Ricardo Wurmus, 2018/09/27
- 133/257: gnu: ghc-uuid: Update Cabal file to r2 and relax dependencies., Ricardo Wurmus, 2018/09/27
- 140/257: gnu: ghc-logging-facade: Update to 0.3.0., Ricardo Wurmus, 2018/09/27
- 139/257: gnu: ghc-half: Update to 0.3., Ricardo Wurmus, 2018/09/27
- 136/257: gnu: ghc-constraints: Update to 0.10.1., Ricardo Wurmus, 2018/09/27
- 131/257: gnu: ghc-pem: Update to 0.2.4., Ricardo Wurmus, 2018/09/27
- 130/257: gnu: ghc-extra: Update to 1.6.9., Ricardo Wurmus, 2018/09/27
- 127/257: gnu: ghc-uuid-types: Relax test framework dependency constraints., Ricardo Wurmus, 2018/09/27
- 126/257: gnu: ghc-tar: Update to 0.5.1.0., Ricardo Wurmus, 2018/09/27