summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 09:42:13 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:59 -0500
commite0389704a922ec5bcd8bdec6736b1f64e0ecd4bf (patch)
treed1023d19c70fd2c1d82319db1c8d9d8530de0101
parent7ae528671749ab906b5531d1f7a6ca2c9199dc7a (diff)
downloadguix-e0389704a922ec5bcd8bdec6736b1f64e0ecd4bf.tar.gz
gnu: ghc-mmorph: Update to 1.1.3.
* gnu/packages/haskell-xyz.scm (ghc-mmorph): Update to 1.1.3.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d7386f591e..b692da8e6e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6378,7 +6378,7 @@ do on-demand loading.")
 (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 @@ do on-demand loading.")
              ".tar.gz"))
        (sha256
         (base32
-         "1gjz1ib968lqybma7my1n19qq6cdj6a7nskrlnwy4jy9jrwzs2n9"))))
+         "0rfsy9n9mlinpmqi2s17fhc67fzma2ig5fbmh6m5m830canzf8vr"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-transformers-compat" ,ghc-transformers-compat)))