haskell-exceptions: update to version 0.5
This commit is contained in:
parent
8375a09cbb
commit
0b3100322e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue