mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: ghc-tagsoup: Update to 0.14.
* gnu/packages/haskell.scm (ghc-tagsoup): Update to 0.14.
This commit is contained in:
parent
1a545a1e7c
commit
1da48e4302
1 changed files with 2 additions and 2 deletions
|
@ -4291,7 +4291,7 @@ indexed variants.")
|
||||||
(define-public ghc-tagsoup
|
(define-public ghc-tagsoup
|
||||||
(package
|
(package
|
||||||
(name "ghc-tagsoup")
|
(name "ghc-tagsoup")
|
||||||
(version "0.13.3")
|
(version "0.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4301,7 +4301,7 @@ indexed variants.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13b6zy6346r3cxhaivys84fnxarg8wbv7r2znazfjdkqil8n5a1j"))))
|
"07pax7i0bl79dmqqz58zy09yrgpnyyr2ya0z183hv96kp65jv0lh"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-text" ,ghc-text)))
|
(inputs `(("ghc-text" ,ghc-text)))
|
||||||
(home-page
|
(home-page
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue