nixpkgs/pkgs/development/libraries/haskell/http-attoparsec/default.nix
2014-08-13 12:32:56 +01:00

18 lines
541 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, attoparsec, httpTypes }:
cabal.mkDerivation (self: {
pname = "http-attoparsec";
version = "0.1.1";
sha256 = "12l892fix11mrvm10awwvv31y59q5rb6gb0sqjp6l4p4ym9ngqa3";
buildDepends = [ attoparsec httpTypes ];
jailbreak = true;
meta = {
homepage = "https://github.com/tlaitinen/http-attoparsec";
description = "Attoparsec parsers for http-types";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})