gnu: ghc-mmorph: Update to 1.1.3.

* gnu/packages/haskell-xyz.scm (ghc-mmorph): Update to 1.1.3.
This commit is contained in:
Timothy Sample 2019-10-31 09:42:13 -04:00
parent 7ae5286717
commit e0389704a9
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -6378,7 +6378,7 @@ (define-public ghc-mmap
(define-public ghc-mmorph
(package
(name "ghc-mmorph")
(version "1.1.2")
(version "1.1.3")
(source
(origin
(method url-fetch)
@ -6388,7 +6388,7 @@ (define-public ghc-mmorph
".tar.gz"))
(sha256
(base32
"1gjz1ib968lqybma7my1n19qq6cdj6a7nskrlnwy4jy9jrwzs2n9"))))
"0rfsy9n9mlinpmqi2s17fhc67fzma2ig5fbmh6m5m830canzf8vr"))))
(build-system haskell-build-system)
(inputs
`(("ghc-transformers-compat" ,ghc-transformers-compat)))