gnu: ghc-tagsoup: Update to 0.14.
* gnu/packages/haskell.scm (ghc-tagsoup): Update to 0.14.master
parent
1a545a1e7c
commit
1da48e4302
|
@ -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
|
||||||
|
|
Reference in New Issue