summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/servant-scotty/default.nix
blob: 732b2c95cc7e8cd98f22994c8d8e2e5381579ffa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.1";
  sha256 = "0d3yc7aa2p1izizqnj81iscj9hbgbkpyav1ncmxzkr48svr6h783";
  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;
  };
})