summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-02 13:35:17 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-05 16:37:49 +0100
commit56aa945e1b95ef1a3842e73042a9fa867d36845e (patch)
tree03c29990ef1eecfd5928d9455f137754a7fc5c95
parent7c0e5954931efadcf713395e8cb8ab9beaea6293 (diff)
gnu: ghc-enclosed-exceptions: Update to 2.0.1.
* gnu/packages/haskell.scm (ghc-enclosed-exceptions): Update to 2.0.1.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 1154af56df..5b3c1d5358 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4581,7 +4581,7 @@ as invoked.\" This library tries to provide the missing path.")
(define-public ghc-enclosed-exceptions
(package
(name "ghc-enclosed-exceptions")
- (version "1.0.1.1")
+ (version "1.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -4589,7 +4589,7 @@ as invoked.\" This library tries to provide the missing path.")
version ".tar.gz"))
(sha256
(base32
- "16ax1kqdsk4apg642qxkm2hf9vb5hzmkd14zmkxra8ssp8rn28z5"))))
+ "1wc9h6zdnb5impvvml6vnjapajjanw7zgpnzg7c0v7115nwfm6vv"))))
(build-system haskell-build-system)
(inputs
`(("ghc-lifted-base" ,ghc-lifted-base)