gnu: ghc-utf8-string: Update to 1.0.1.1.
* gnu/packages/haskell.scm (ghc-utf8-string): Update to 1.0.1.1.
This commit is contained in:
parent
a59ab2477a
commit
ac426aa53b
|
@ -511,7 +511,7 @@ School of Functional Programming', 1995. See
|
||||||
(define-public ghc-utf8-string
|
(define-public ghc-utf8-string
|
||||||
(package
|
(package
|
||||||
(name "ghc-utf8-string")
|
(name "ghc-utf8-string")
|
||||||
(version "0.3.8")
|
(version "1.0.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -520,7 +520,7 @@ School of Functional Programming', 1995. See
|
||||||
version
|
version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1h29dn0scsfkhmkg14ywq9178lw40ah1r36w249zfzqr02y7qxc0"))))
|
(base32 "0h7imvxkahiy8pzr8cpsimifdfvv18lizrb33k6mnq70rcx9w2zv"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page "http://github.com/glguy/utf8-string/")
|
(home-page "http://github.com/glguy/utf8-string/")
|
||||||
(synopsis "Support for reading and writing UTF8 Strings")
|
(synopsis "Support for reading and writing UTF8 Strings")
|
||||||
|
|
Loading…
Reference in New Issue