2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-05-20 19:38:03 +02:00
|
|
|
{ cabal, exceptionTransformers, mtl, transformers }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "exception-mtl";
|
2014-06-03 11:35:12 +02:00
|
|
|
version = "0.3.0.4";
|
|
|
|
sha256 = "16airfs3z1qmx42qww22m21fryr8210m7ji5rgkl2amjvj4lllvc";
|
2012-05-20 19:38:03 +02:00
|
|
|
buildDepends = [ exceptionTransformers mtl transformers ];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
|
|
|
description = "Exception monad transformer instances for mtl2 classes";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|