me
/
guix
Archived
1
0
Fork 0

gnu: ghc-setlocale: Update to 1.0.0.9.

* gnu/packages/haskell-xyz.scm (ghc-setlocale): Update to 1.0.0.9.
master
Timothy Sample 2019-10-31 01:22:38 -04:00
parent 1159d1a526
commit 9d7cfc9ba9
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -9098,7 +9098,7 @@ environment variables.")
(define-public ghc-setlocale
(package
(name "ghc-setlocale")
(version "1.0.0.8")
(version "1.0.0.9")
(source (origin
(method url-fetch)
(uri (string-append
@ -9106,7 +9106,7 @@ environment variables.")
version "/setlocale-" version ".tar.gz"))
(sha256
(base32
"0sdrsmkhw08483d73ysgm2926fdbhii61br03lqpqw0lfzj4ilbd"))))
"18b6xafspzxrmz5m9r9nzy3z053crqi59xc8n8aqd4gw0pvqdcrv"))))
(build-system haskell-build-system)
(home-page "https://hackage.haskell.org/package/setlocale")
(synopsis "Haskell bindings to setlocale")