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

{ cabal, cereal, either, lens, mtl, safecopy, transformers
, transformersFree, uuid
}:

cabal.mkDerivation (self: {
  pname = "coroutine-object";
  version = "0.3";
  sha256 = "0q0rvcc7ipxwmikaxh0ymq1d65f2q1a2jrd1i553pdf8hwmv0k1r";
  buildDepends = [
    cereal either lens mtl safecopy transformers transformersFree uuid
  ];
  meta = {
    description = "Object-oriented programming realization using coroutine";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
  };
})