forked from mirrors/nixpkgs
25 lines
795 B
Nix
25 lines
795 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, async, deepseq, hspec, liftedBase, monadControl
|
|
, QuickCheck, transformers, transformersBase
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "enclosed-exceptions";
|
|
version = "1.0.1";
|
|
sha256 = "1kid1hi392h88a1am0jkm7dhwl3v78lw5wfcyhmh0x454yr3b6zz";
|
|
buildDepends = [
|
|
async deepseq liftedBase monadControl transformers transformersBase
|
|
];
|
|
testDepends = [
|
|
async deepseq hspec liftedBase monadControl QuickCheck transformers
|
|
transformersBase
|
|
];
|
|
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;
|
|
};
|
|
})
|