nixpkgs/pkgs/development/libraries/haskell/taggy/default.nix
2014-07-28 20:32:55 +02:00

27 lines
796 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, attoparsec, blazeHtml, blazeMarkup, hspec, hspecAttoparsec
, text, unorderedContainers, vector
}:
cabal.mkDerivation (self: {
pname = "taggy";
version = "0.1.2";
sha256 = "0sj7da4yawfajyrd2gg2dxzgj5n99mdm5cz3bdhfipas4bb4216y";
isLibrary = true;
isExecutable = true;
buildDepends = [
attoparsec blazeHtml blazeMarkup text unorderedContainers vector
];
testDepends = [
attoparsec blazeHtml blazeMarkup hspec hspecAttoparsec text
unorderedContainers vector
];
meta = {
homepage = "http://github.com/alpmestan/taggy";
description = "Efficient and simple HTML/XML parsing library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})