22 lines
712 B
Nix
22 lines
712 B
Nix
# 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;
|
|
};
|
|
})
|