gnu: ghc-tagsoup: Update to 0.14.

* gnu/packages/haskell.scm (ghc-tagsoup): Update to 0.14.
This commit is contained in:
Ricardo Wurmus 2016-09-26 14:26:17 +02:00
parent 1a545a1e7c
commit 1da48e4302
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4291,7 +4291,7 @@ (define-public ghc-lens
(define-public ghc-tagsoup
(package
(name "ghc-tagsoup")
(version "0.13.3")
(version "0.14")
(source
(origin
(method url-fetch)
@ -4301,7 +4301,7 @@ (define-public ghc-tagsoup
".tar.gz"))
(sha256
(base32
"13b6zy6346r3cxhaivys84fnxarg8wbv7r2znazfjdkqil8n5a1j"))))
"07pax7i0bl79dmqqz58zy09yrgpnyyr2ya0z183hv96kp65jv0lh"))))
(build-system haskell-build-system)
(inputs `(("ghc-text" ,ghc-text)))
(home-page