mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: ghc-text: Update to 1.2.3.0.
* gnu/packages/haskell.scm (ghc-text): Update to 1.2.3.0.
This commit is contained in:
parent
70ee3228bb
commit
44f717efff
1 changed files with 2 additions and 2 deletions
|
@ -2149,7 +2149,7 @@ (define-public ghc-safesemaphore
|
||||||
(define-public ghc-text
|
(define-public ghc-text
|
||||||
(package
|
(package
|
||||||
(name "ghc-text")
|
(name "ghc-text")
|
||||||
(version "1.2.2.2")
|
(version "1.2.3.0")
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -2160,7 +2160,7 @@ (define-public ghc-text
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y9d0zjs2ls0c574mr5xw7y3y49s62sd3wcn9lhpwz8a6q352iii"))))
|
"06iir7q99rnffzxi8gagn8w1k9m49368sbidgz634fv1gxib3q10"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
;; The test dependencies depend on ghc-text: ghc-test-framework -> ghc-xml -> ghc-text
|
;; The test dependencies depend on ghc-text: ghc-test-framework -> ghc-xml -> ghc-text
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
|
|
Loading…
Reference in a new issue