summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/servant-response/default.nix
blob: 3f7f9c1eee05270a0539e47c9ebe31110cd4584c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;
  };
})