2014-07-19 12:12:04 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-14 17:04:59 -07:00
|
|
|
{ cabal, happstackServer, mtl, restCore, restGen, utf8String }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "rest-happstack";
|
2014-09-02 23:33:41 -07:00
|
|
|
version = "0.2.10.2";
|
|
|
|
sha256 = "18i2q3kvsyrh41gdclrzpnsjy1p9cgl3d9jsvcqqnzrv519vzdig";
|
2014-07-14 17:04:59 -07:00
|
|
|
buildDepends = [ happstackServer mtl restCore restGen utf8String ];
|
|
|
|
meta = {
|
|
|
|
description = "Rest driver for Happstack";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|