haskell-exceptions: update to version 0.5

This commit is contained in:
Peter Simons 2014-04-05 00:33:58 +02:00
parent 8375a09cbb
commit 0b3100322e
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "exceptions"; pname = "exceptions";
version = "0.3.3.1"; version = "0.5";
sha256 = "091frx3hmx7lq10z7f8q98pz0sa1lj23i7z4z98gh1980r525fah"; sha256 = "0l9gpifp23j6hvyq8p48rxsnv9adqbf7z096dzvd8v5xqqybgyxi";
buildDepends = [ mtl transformers ]; buildDepends = [ mtl transformers ];
testDepends = [ testDepends = [
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers