diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 21:17:26 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:09 +0200 |
commit | 06dae8ffe92100d7f5818f68a24642a032fc2593 (patch) | |
tree | 8de964bea138a88aa0dd2e1506e600a3914d3f14 | |
parent | 58c102e08d28d69851fa779fdb4ee0701b23eb24 (diff) | |
download | patches-06dae8ffe92100d7f5818f68a24642a032fc2593.tar patches-06dae8ffe92100d7f5818f68a24642a032fc2593.tar.gz |
gnu: ghc-unexceptionalio: Update to 0.4.0.
* gnu/packages/haskell.scm (ghc-unexceptionalio): Update to 0.4.0.
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 0d4501328a..63564b23b5 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -8040,14 +8040,14 @@ handler built in.") (define-public ghc-unexceptionalio (package (name "ghc-unexceptionalio") - (version "0.3.0") + (version "0.4.0") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "unexceptionalio-" version "/" "unexceptionalio-" version ".tar.gz")) - (sha256 (base32 "1f7h7zwky4scdcyjspg4ksfh7x6yra0wjybxq70p7vcwpgk2nzlj")))) + (sha256 (base32 "09gynk472l7nn5l2w320n4dwigwp0wh0shfp6dyw6r5h2jdxz18p")))) (build-system haskell-build-system) (home-page "https://github.com/singpolyma/unexceptionalio") (synopsis "IO without any non-error, synchronous exceptions") |