summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/dom-selector/default.nix
blob: b9806ca4dc7b5e0920f7e92c96d8ef0510ff68f4 (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
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, blazeHtml, htmlConduit, parsec, QuickCheck, text, thLift
, xmlConduit
}:

cabal.mkDerivation (self: {
  pname = "dom-selector";
  version = "0.2.0.1";
  sha256 = "1nm3r79k4is5lh5fna4v710vhb0n5hpp3d21r0w6hmqizhdrkb22";
  buildDepends = [
    blazeHtml htmlConduit parsec QuickCheck text thLift xmlConduit
  ];
  testDepends = [
    blazeHtml htmlConduit parsec QuickCheck text thLift xmlConduit
  ];
  doCheck = false;
  meta = {
    homepage = "https://github.com/nebuta/";
    description = "DOM traversal by CSS selectors for xml-conduit package";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})