gnu: ghc-text: Update to 1.2.1.3.
* gnu/packages/haskell.scm (ghc-text): Update to 1.2.1.3.
This commit is contained in:
parent
409ec7c01e
commit
8431b0468e
|
@ -719,7 +719,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.0.4")
|
(version "1.2.1.3")
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -730,7 +730,7 @@ access to the full zlib feature set.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"004p1c74crs8wmjafwsmw3mmycspq1j8fpm1lvfpq6acha7bnpc6"))))
|
"0gzqx5cpkdhshbz9xss51mpyq23pnf8dwjz4h3irbv2ryaa4qdlq"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
|
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
|
||||||
|
|
Loading…
Reference in New Issue