haskellPackages.exceptions: Update to 0.3.3 and enable tests
This commit is contained in:
parent
9c1d3bfa9f
commit
4a86098110
@ -4,13 +4,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "exceptions";
|
pname = "exceptions";
|
||||||
version = "0.3.2";
|
version = "0.3.3";
|
||||||
sha256 = "0c1d78wm8is9kyv26drbx3f1sq2bfcq5m6wfw2qzwgalb3z2kxlw";
|
sha256 = "1gng8zvsljm6xrb5gy501f1dl47z171wkic8bsivhn4rgp9lby9l";
|
||||||
buildDepends = [ mtl transformers ];
|
buildDepends = [ mtl transformers ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers
|
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/exceptions/";
|
homepage = "http://github.com/ekmett/exceptions/";
|
||||||
description = "Extensible optionally-pure exceptions";
|
description = "Extensible optionally-pure exceptions";
|
||||||
|
Loading…
Reference in New Issue
Block a user