gnu: ghc-text: Update to 1.2.2.2.
* gnu/packages/haskell.scm (ghc-text): Update to 1.2.2.2. [inputs]: Add ghc-random. squash! gnu: ghc-text: Update to 1.2.3.0.
This commit is contained in:
parent
c165ff9ce0
commit
5e3840e250
|
@ -1731,7 +1731,7 @@ access to the full zlib feature set.")
|
||||||
(define-public ghc-text
|
(define-public ghc-text
|
||||||
(package
|
(package
|
||||||
(name "ghc-text")
|
(name "ghc-text")
|
||||||
(version "1.2.1.3")
|
(version "1.2.2.2")
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -1742,10 +1742,12 @@ access to the full zlib feature set.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gzqx5cpkdhshbz9xss51mpyq23pnf8dwjz4h3irbv2ryaa4qdlq"))))
|
"1y9d0zjs2ls0c574mr5xw7y3y49s62sd3wcn9lhpwz8a6q352iii"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
;; The test dependencies depend on ghc-text: ghc-test-framework -> ghc-xml -> ghc-text
|
||||||
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
|
(arguments `(#:tests? #f))
|
||||||
|
(inputs
|
||||||
|
`(("ghc-random" ,ghc-random)))
|
||||||
(home-page "https://github.com/bos/text")
|
(home-page "https://github.com/bos/text")
|
||||||
(synopsis "Efficient packed Unicode text type library")
|
(synopsis "Efficient packed Unicode text type library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue