summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/MFlow/default.nix
blob: aaf84a8418731cc7051d4ee2bc45723f7527d6c8 (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
25
26
27
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, blazeHtml, blazeMarkup, caseInsensitive, clientsession
, conduit, conduitExtra, cpphs, extensibleExceptions, httpTypes
, monadloc, mtl, parsec, pwstoreFast, random, RefSerialize
, resourcet, stm, TCache, text, time, transformers, utf8String
, vector, wai, waiExtra, warp, warpTls, Workflow
}:

cabal.mkDerivation (self: {
  pname = "MFlow";
  version = "0.4.5.9";
  sha256 = "0mqsyx7wkfgvpppqgpjpvzwx79vj7lh4c8afzzj1hgh8z0ilb4ik";
  buildDepends = [
    blazeHtml blazeMarkup caseInsensitive clientsession conduit
    conduitExtra extensibleExceptions httpTypes monadloc mtl parsec
    pwstoreFast random RefSerialize resourcet stm TCache text time
    transformers utf8String vector wai waiExtra warp warpTls Workflow
  ];
  buildTools = [ cpphs ];
  meta = {
    description = "stateful, RESTful web framework";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
  };
})