summaryrefslogtreecommitdiffstats
path: root/cgserver.nix
blob: bd8d12bfd272680ed068cc6c585e9e31feff6f94 (plain)
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, aeson, attoparsec, filepath, httpTypes, ioStreams, safe
, text, wai, waiExtra, warp
}:

cabal.mkDerivation (self: {
  pname = "cgserver";
  version = "0.1.0.0";
  src = ./.;
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    aeson attoparsec filepath httpTypes ioStreams safe text wai
    waiExtra warp
  ];
  meta = {
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})