3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/haskell/servant-server/default.nix
2015-01-26 09:53:34 +08:00

32 lines
1.1 KiB
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, either, exceptions, hspec, hspecWai
, httpTypes, network, networkUri, parsec, QuickCheck, safe, servant
, split, stringConversions, systemFilepath, temporary, text
, transformers, wai, waiAppStatic, waiExtra, warp
}:
cabal.mkDerivation (self: {
pname = "servant-server";
version = "0.2.3";
sha256 = "0n4r145jd1g07g0a1mhbc7s61h6cbbvjvhzwngff756iky7fkcb9";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson attoparsec either httpTypes networkUri safe servant split
stringConversions systemFilepath text transformers wai waiAppStatic
warp
];
testDepends = [
aeson either exceptions hspec hspecWai httpTypes network parsec
QuickCheck servant stringConversions temporary text transformers
wai waiExtra warp
];
meta = {
homepage = "http://haskell-servant.github.io/";
description = "A family of combinators for defining webservices APIs and serving them";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})