mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
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:
parent
7ae5286717
commit
e0389704a9
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue