samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 01976ffa3e167941720785f9043daaf823f230db
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 01:22:38 2019 -0400
gnu: ghc-setlocale: Update to 1.0.0.9.
* gnu/packages/haskell-xyz.scm (ghc-setlocale): Update to 1.0.0.9.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index aed0471..2e4b893 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9060,7 +9060,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
@@ -9068,7 +9068,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")