about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-12 18:01:39 +0200
committerPeter Simons <simons@cryp.to>2014-10-13 09:12:21 +0200
commit242da2eb6d736011a8dbc0722df9d411d195c931 (patch)
tree73482b55982fd3a8a7a0f35c30be857a452acc62
parent4829fc216d966736e7b39ad6d07ce76abd28386a (diff)
downloadnixlib-242da2eb6d736011a8dbc0722df9d411d195c931.tar
nixlib-242da2eb6d736011a8dbc0722df9d411d195c931.tar.gz
nixlib-242da2eb6d736011a8dbc0722df9d411d195c931.tar.bz2
nixlib-242da2eb6d736011a8dbc0722df9d411d195c931.tar.lz
nixlib-242da2eb6d736011a8dbc0722df9d411d195c931.tar.xz
nixlib-242da2eb6d736011a8dbc0722df9d411d195c931.tar.zst
nixlib-242da2eb6d736011a8dbc0722df9d411d195c931.zip
haskell-enclosed-exceptions: update to version 1.0.1
-rw-r--r--pkgs/development/libraries/haskell/enclosed-exceptions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/enclosed-exceptions/default.nix b/pkgs/development/libraries/haskell/enclosed-exceptions/default.nix
index 3470aab9b2b3..a28c9fc4683c 100644
--- a/pkgs/development/libraries/haskell/enclosed-exceptions/default.nix
+++ b/pkgs/development/libraries/haskell/enclosed-exceptions/default.nix
@@ -6,8 +6,8 @@
 
 cabal.mkDerivation (self: {
   pname = "enclosed-exceptions";
-  version = "1.0.0.2";
-  sha256 = "1jbgqqavkhz2x5br17bdhv17rcmyi7a5mxplakhgyyg73wkjq04h";
+  version = "1.0.1";
+  sha256 = "1kid1hi392h88a1am0jkm7dhwl3v78lw5wfcyhmh0x454yr3b6zz";
   buildDepends = [
     async deepseq liftedBase monadControl transformers transformersBase
   ];