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

{ cabal, base64Bytestring, blazeBuilder, caseInsensitive, mtl
, network, text, transformers, unorderedContainers
}:

cabal.mkDerivation (self: {
  pname = "http-common";
  version = "0.7.2.0";
  sha256 = "0w83qz35aaxc2k3qqpamh8anqxr7w3vym5qh40w1a8n4x00pm960";
  buildDepends = [
    base64Bytestring blazeBuilder caseInsensitive mtl network text
    transformers unorderedContainers
  ];
  meta = {
    homepage = "http://research.operationaldynamics.com/projects/http-streams/";
    description = "Common types for HTTP clients and servers";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})