summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:03:42 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:06 -0500
commit46d3e65b7962cb431892292c1cdcfab67f833013 (patch)
tree41cd9b4e75347260676040df177b2f5698ccb139 /gnu
parent63056e6133fc3aff232f9d7243eee501134f8eb5 (diff)
downloadguix-46d3e65b7962cb431892292c1cdcfab67f833013.tar.gz
gnu: ghc-exceptions: Update to 0.10.3.
* gnu/packages/haskell-xyz.scm (ghc-exceptions): Update to 0.10.3.
Diffstat (limited to 'gnu')
-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 0de7f42524..a33610272e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3211,7 +3211,7 @@ excluding @file{.lhs} files.")
 (define-public ghc-exceptions
   (package
     (name "ghc-exceptions")
-    (version "0.10.0")
+    (version "0.10.3")
     (source
      (origin
        (method url-fetch)
@@ -3221,7 +3221,7 @@ excluding @file{.lhs} files.")
              ".tar.gz"))
        (sha256
         (base32
-         "1ms9zansv0pwzwdjncvx4kf18lnkjy2p61hvjhvxmjx5bqp93p8y"))))
+         "1w25j4ys5s6v239vbqlbipm9fdwxl1j2ap2lzms7f7rgnik5ir24"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)