2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2015-01-26 02:59:09 -08:00
|
|
|
{ cabal, stm, transformers, transformersBase }:
|
2012-03-23 05:03:21 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "monad-control";
|
2015-01-26 02:59:09 -08:00
|
|
|
version = "1.0.0.2";
|
|
|
|
sha256 = "13l9gq00pjlp1b2g9xzfavl6zibi2s195f234rmhzbsb14yhzgnr";
|
|
|
|
buildDepends = [ stm transformers transformersBase ];
|
2012-03-23 05:03:21 -07:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/basvandijk/monad-control";
|
|
|
|
description = "Lift control operations, like exception catching, through monad transformers";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|