21 lines
641 B
Nix
21 lines
641 B
Nix
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||
|
|
||
|
{ cabal, aeson, httpTypes, scotty, servant, servantResponse, text
|
||
|
, transformers
|
||
|
}:
|
||
|
|
||
|
cabal.mkDerivation (self: {
|
||
|
pname = "servant-scotty";
|
||
|
version = "0.1";
|
||
|
sha256 = "0nl4ghx4hp1329sgnphirnnikxyn5hgw0iz5dga5ib16bmkzbsvi";
|
||
|
buildDepends = [
|
||
|
aeson httpTypes scotty servant servantResponse text transformers
|
||
|
];
|
||
|
meta = {
|
||
|
homepage = "http://github.com/zalora/servant";
|
||
|
description = "Generate a web service for servant 'Resource's using scotty and JSON";
|
||
|
license = self.stdenv.lib.licenses.bsd3;
|
||
|
platforms = self.ghc.meta.platforms;
|
||
|
};
|
||
|
})
|