nixpkgs/pkgs/development/libraries/haskell/http-types/default.nix
2014-08-09 13:49:24 +02:00

23 lines
728 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, blazeBuilder, caseInsensitive, doctest, hspec, QuickCheck
, quickcheckInstances, text
}:
cabal.mkDerivation (self: {
pname = "http-types";
version = "0.8.5";
sha256 = "0d282sf3xyk5makhnwfm2k9mgw1fkh07kasmy85fiwjkc1447ciw";
buildDepends = [ blazeBuilder caseInsensitive text ];
testDepends = [
blazeBuilder doctest hspec QuickCheck quickcheckInstances text
];
jailbreak = true;
meta = {
homepage = "https://github.com/aristidb/http-types";
description = "Generic HTTP types for Haskell (for both client and server code)";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})