summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/enclosed-exceptions/default.nix
blob: 3470aab9b2b356084f0f993d32071e2ba4435246 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, async, deepseq, hspec, liftedBase, monadControl
, QuickCheck, transformers, transformersBase
}:

cabal.mkDerivation (self: {
  pname = "enclosed-exceptions";
  version = "1.0.0.2";
  sha256 = "1jbgqqavkhz2x5br17bdhv17rcmyi7a5mxplakhgyyg73wkjq04h";
  buildDepends = [
    async deepseq liftedBase monadControl transformers transformersBase
  ];
  testDepends = [
    async deepseq hspec liftedBase monadControl QuickCheck transformers
    transformersBase
  ];
  meta = {
    homepage = "https://github.com/jcristovao/enclosed-exceptions";
    description = "Catching all exceptions from within an enclosed computation";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})