15 lines
509 B
Nix
15 lines
509 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, happstackServer, mtl, restCore, restGen, utf8String }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "rest-happstack";
|
|
version = "0.2.10.2";
|
|
sha256 = "18i2q3kvsyrh41gdclrzpnsjy1p9cgl3d9jsvcqqnzrv519vzdig";
|
|
buildDepends = [ happstackServer mtl restCore restGen utf8String ];
|
|
meta = {
|
|
description = "Rest driver for Happstack";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|