mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue