gnu: ghc-setlocale: Update to 1.0.0.9.

* gnu/packages/haskell-xyz.scm (ghc-setlocale): Update to 1.0.0.9.
This commit is contained in:
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

View file

@ -9098,7 +9098,7 @@ (define-public ghc-setenv
(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 @@ (define-public ghc-setlocale
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")