2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-15 15:09:05 +01:00
|
|
|
{ cabal, transformers, transformersBase }:
|
2012-03-23 12:03:21 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "monad-control";
|
2014-05-15 15:09:05 +01:00
|
|
|
version = "0.3.3.0";
|
|
|
|
sha256 = "0vjff64iwnd9vplqfjyylbd900qmsr92h62hnh715wk06yacji7g";
|
|
|
|
buildDepends = [ transformers transformersBase ];
|
2012-03-23 12:03:21 +00: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;
|
|
|
|
};
|
|
|
|
})
|