gnu: ghc-setlocale: Update to 1.0.0.8.

* gnu/packages/haskell.scm (ghc-setlocale): Update to 1.0.0.8.
master
Timothy Sample 2018-08-28 21:03:30 -04:00 committed by Ricardo Wurmus
parent 30a8c0d81e
commit 42f2732e13
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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