diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 22:09:48 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:11 +0200 |
commit | f46cbe1ec4312f3b2e234f1806612b5a60cd74d4 (patch) | |
tree | 273348a1a3e06ebda07bb3c4fb14e793ff7aef45 /gnu | |
parent | 9b6d49e84ab6e3f30753d247437f659c66a8bcd7 (diff) | |
download | patches-f46cbe1ec4312f3b2e234f1806612b5a60cd74d4.tar patches-f46cbe1ec4312f3b2e234f1806612b5a60cd74d4.tar.gz |
gnu: ghc-transformers-base: Update to 0.4.5.2.
* gnu/packages/haskell.scm (ghc-transformers-base): Update to 0.4.5.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 7d63ec7596..b778e603c8 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2397,7 +2397,7 @@ Hashing\" by Claessen, Pałka for details and the rationale of the design.") (define-public ghc-transformers-base (package (name "ghc-transformers-base") - (version "0.4.4") + (version "0.4.5.2") (source (origin (method url-fetch) @@ -2407,7 +2407,7 @@ Hashing\" by Claessen, Pałka for details and the rationale of the design.") ".tar.gz")) (sha256 (base32 - "11r3slgpgpra6zi2kjg3g60gvv17b1fh6qxipcpk8n86qx7lk8va")))) + "1s256bi0yh0x2hp2gwd30f3mg1cv53zz397dv1yhfsnfzmihrj6h")))) (build-system haskell-build-system) (inputs `(("ghc-stm" ,ghc-stm) |