about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/xml-html-conduit-lens/default.nix
blob: b6fd82d622cce2c2d91cf92e244c476aac723f35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, doctest, hspec, hspecExpectationsLens, htmlConduit, lens
, text, xmlConduit
}:

cabal.mkDerivation (self: {
  pname = "xml-html-conduit-lens";
  version = "0.3.2.0";
  sha256 = "150b772wkl2k8xcrcbqj3qhndjkl35qzwqdjbgs9mxp867aihiv0";
  buildDepends = [ htmlConduit lens text xmlConduit ];
  testDepends = [
    doctest hspec hspecExpectationsLens lens xmlConduit
  ];
  meta = {
    homepage = "https://github.com/supki/xml-html-conduit-lens#readme";
    description = "Optics for xml-conduit and html-conduit";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})