2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-12 18:01:45 +02:00
|
|
|
{ cabal, HUnit, stm, testFramework, testFrameworkHunit
|
|
|
|
, transformers
|
|
|
|
}:
|
2012-05-20 19:38:03 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "exception-transformers";
|
2014-10-12 18:01:45 +02:00
|
|
|
version = "0.3.0.4";
|
|
|
|
sha256 = "1m4mwgzynymdjvrrrvl90q468pgwik07yy2lsff9spxhcd43w2ra";
|
2012-05-20 19:38:03 +02:00
|
|
|
buildDepends = [ stm transformers ];
|
2014-10-12 18:01:45 +02:00
|
|
|
testDepends = [
|
|
|
|
HUnit testFramework testFrameworkHunit transformers
|
|
|
|
];
|
2012-05-20 19:38:03 +02:00
|
|
|
meta = {
|
2014-10-12 18:01:45 +02:00
|
|
|
homepage = "http://www.cs.drexel.edu/~mainland/";
|
2012-05-20 19:38:03 +02:00
|
|
|
description = "Type classes and monads for unchecked extensible exceptions";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|