summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/monad-control/default.nix
blob: f75688ef4cebd5bf03eca4bcc51b8a7dce97d489 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, stm, transformers, transformersBase }:

cabal.mkDerivation (self: {
  pname = "monad-control";
  version = "1.0.0.2";
  sha256 = "13l9gq00pjlp1b2g9xzfavl6zibi2s195f234rmhzbsb14yhzgnr";
  buildDepends = [ stm 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;
  };
})