diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 21:32:51 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:10 +0200 |
commit | 8b5d1142c28ba51442c1190aa9b2dc54d151d6c5 (patch) | |
tree | 4072f5dfe284d5c45afa7ea710562b26b1112edd /gnu | |
parent | c18122265e45419df9cbc6a8db9ec1fb5a450e5f (diff) |
gnu: ghc-mmorph: Update to 1.1.2.
* gnu/packages/haskell.scm (ghc-mmorph): Update to 1.1.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 4bfde42b2b..a7e7404932 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -4043,7 +4043,7 @@ with various performance characteristics.") (define-public ghc-mmorph (package (name "ghc-mmorph") - (version "1.0.6") + (version "1.1.2") (source (origin (method url-fetch) @@ -4053,7 +4053,7 @@ with various performance characteristics.") ".tar.gz")) (sha256 (base32 - "1i8dzrc5qi3ryc9vrrmpn3sihmramsbhhd592w4w2k5g26qr3hql")))) + "1gjz1ib968lqybma7my1n19qq6cdj6a7nskrlnwy4jy9jrwzs2n9")))) (build-system haskell-build-system) (inputs `(("ghc-transformers-compat" ,ghc-transformers-compat))) |