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