2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-02-17 11:48:17 +00:00
|
|
|
{ cabal, async, deepseq, hspec, liftedBase, monadControl
|
2014-06-03 10:35:05 +01:00
|
|
|
, QuickCheck, transformers, transformersBase
|
2014-02-17 11:48:17 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "enclosed-exceptions";
|
2014-10-12 17:01:39 +01:00
|
|
|
version = "1.0.1";
|
|
|
|
sha256 = "1kid1hi392h88a1am0jkm7dhwl3v78lw5wfcyhmh0x454yr3b6zz";
|
2014-02-17 11:48:17 +00:00
|
|
|
buildDepends = [
|
2014-06-03 10:35:05 +01:00
|
|
|
async deepseq liftedBase monadControl transformers transformersBase
|
2014-02-17 11:48:17 +00:00
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
async deepseq hspec liftedBase monadControl QuickCheck transformers
|
2014-06-03 10:35:05 +01:00
|
|
|
transformersBase
|
2014-02-17 11:48:17 +00:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/jcristovao/enclosed-exceptions";
|
|
|
|
description = "Catching all exceptions from within an enclosed computation";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|