nixpkgs-suyu/pkgs/development/libraries/haskell/monad-control/default.nix
2015-01-15 21:43:36 +01:00

16 lines
581 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, transformers, transformersBase }:
cabal.mkDerivation (self: {
pname = "monad-control";
version = "1.0.0.1";
sha256 = "1332wravhjhcbj0jh3z1hg2dyfxlkqyb3rv6zdkgz49h2pfjlfbn";
buildDepends = [ transformers transformersBase ];
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;
};
})