18 lines
628 B
Nix
18 lines
628 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, hspec, parsec, QuickCheck, stringConversions, text }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "servant";
|
|
version = "0.2.1";
|
|
sha256 = "1i7yvxvil65lp1gizh99dn4gj1r7vcqslq1w7sqykj88y9h22p3x";
|
|
buildDepends = [ parsec stringConversions text ];
|
|
testDepends = [ hspec parsec QuickCheck stringConversions text ];
|
|
meta = {
|
|
homepage = "http://haskell-servant.github.io/";
|
|
description = "A family of combinators for defining webservices APIs";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|