summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/servant-client/default.nix
blob: d11e25222ea375c7c46b32a71f938f73b3d1dba3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, attoparsec, deepseq, either, exceptions, hspec
, httpClient, httpTypes, network, networkUri, QuickCheck, safe
, servant, servantServer, stringConversions, text, transformers
, wai, warp
}:

cabal.mkDerivation (self: {
  pname = "servant-client";
  version = "0.2.1";
  sha256 = "1mwmca96sld3s6n4hxq3zl9pjw24halwa061awjb23kc49cmp4pn";
  buildDepends = [
    aeson attoparsec either exceptions httpClient httpTypes networkUri
    safe servant stringConversions text transformers
  ];
  testDepends = [
    aeson deepseq either hspec httpTypes network QuickCheck servant
    servantServer wai warp
  ];
  meta = {
    homepage = "http://haskell-servant.github.io/";
    description = "automatical derivation of querying functions for servant webservices";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})