me
/
guix
Archived
1
0
Fork 0

gnu: ghc-tagsoup: Update to 0.14.6.

* gnu/packages/haskell-web.scm (ghc-tagsoup): Update to 0.14.6.
master
Ricardo Wurmus 2018-08-15 11:22:21 +02:00 committed by Ricardo Wurmus
parent c2c8d998fb
commit 545de2a28c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 6 deletions

View File

@ -36,17 +36,15 @@
(define-public ghc-tagsoup
(package
(name "ghc-tagsoup")
(version "0.14.3")
(version "0.14.6")
(source
(origin
(method url-fetch)
(uri (string-append
"https://hackage.haskell.org/package/tagsoup/tagsoup-"
version
".tar.gz"))
(uri (string-append "https://hackage.haskell.org/package/tagsoup/"
"tagsoup-" version ".tar.gz"))
(sha256
(base32
"00j2rm2sx0syn16kg2402fz4k8yqfl9knmi367jsiycds1q9zzf9"))))
"1yv3dbyb0i1yqm796jgc4jj5kxkla1sxb3b2klw5ks182kdx8kjb"))))
(build-system haskell-build-system)
(inputs `(("ghc-text" ,ghc-text)))
(native-inputs