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

{ cabal, binary, exceptions, extensibleExceptions, mtl
, RefSerialize, stm, TCache, vector
}:

cabal.mkDerivation (self: {
  pname = "Workflow";
  version = "0.8.1";
  sha256 = "0z23g68gcbbn43i78cql4is9js3m4z16rm2x8s57f73n0hx7f00l";
  buildDepends = [
    binary exceptions extensibleExceptions mtl RefSerialize stm TCache
    vector
  ];
  meta = {
    description = "Workflow patterns over a monad for thread state logging & recovery";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
  };
})