gnu: ghc-tagsoup: Update to 0.14.3.
* gnu/packages/haskell-web.scm (ghc-tagsoup): Update to 0.14.3.master
parent
db6dbe194e
commit
d3c398cf4e
|
@ -36,7 +36,7 @@
|
||||||
(define-public ghc-tagsoup
|
(define-public ghc-tagsoup
|
||||||
(package
|
(package
|
||||||
(name "ghc-tagsoup")
|
(name "ghc-tagsoup")
|
||||||
(version "0.14")
|
(version "0.14.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -46,11 +46,12 @@
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07pax7i0bl79dmqqz58zy09yrgpnyyr2ya0z183hv96kp65jv0lh"))))
|
"00j2rm2sx0syn16kg2402fz4k8yqfl9knmi367jsiycds1q9zzf9"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-text" ,ghc-text)))
|
(inputs `(("ghc-text" ,ghc-text)))
|
||||||
(home-page
|
(native-inputs
|
||||||
"http://community.haskell.org/~ndm/tagsoup/")
|
`(("ghc-quickcheck" ,ghc-quickcheck)))
|
||||||
|
(home-page "http://community.haskell.org/~ndm/tagsoup/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Parsing and extracting information from (possibly malformed) HTML/XML
|
"Parsing and extracting information from (possibly malformed) HTML/XML
|
||||||
documents")
|
documents")
|
||||||
|
|
Reference in New Issue