gnu: ghc-colour: Update to 2.3.4.
* gnu/packages/haskell.scm (ghc-colour): Update to 2.3.4. [arguments]: Disable tests.
This commit is contained in:
parent
0ff8558a4d
commit
d05d03dda0
|
@ -7073,7 +7073,7 @@ the @code{mtl-tf} package.")
|
||||||
(define-public ghc-colour
|
(define-public ghc-colour
|
||||||
(package
|
(package
|
||||||
(name "ghc-colour")
|
(name "ghc-colour")
|
||||||
(version "2.3.3")
|
(version "2.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7082,7 +7082,11 @@ the @code{mtl-tf} package.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(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)
|
(build-system haskell-build-system)
|
||||||
(home-page "https://www.haskell.org/haskellwiki/Colour")
|
(home-page "https://www.haskell.org/haskellwiki/Colour")
|
||||||
(synopsis "Model for human colour perception")
|
(synopsis "Model for human colour perception")
|
||||||
|
|
Loading…
Reference in New Issue