about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/taggy/default.nix
blob: 9ddde26cbcf8a22edd3031c9843b13df1682a770 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.1";
  sha256 = "14m02hn5ikw6qv36xxw7j39fm07q2pbs0m504ij7lvaf5c3rngz5";
  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;
  };
})