nixpkgs/pkgs/development/libraries/haskell/servant-response/default.nix
2014-08-27 18:34:56 +02:00

17 lines
593 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, httpTypes, text }:
cabal.mkDerivation (self: {
pname = "servant-response";
version = "0.1";
sha256 = "0vgzi6nm3f1vjbnvhzcr6v2fh75fsl18wsps54ya0mbmfn2v6chy";
buildDepends = [ aeson httpTypes text ];
meta = {
homepage = "http://github.com/zalora/servant";
description = "Machinery to express how servant should turn results of database operations into proper JSON-encodable response types";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})