# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, doctest, hspec, lens, taggy, text, unorderedContainers }: cabal.mkDerivation (self: { pname = "taggy-lens"; version = "0.1.2"; sha256 = "05m2c9q0rz4y0zz6n3dqf0hhzfvk0mp1692jxykg86c802d7pkib"; buildDepends = [ lens taggy text unorderedContainers ]; testDepends = [ doctest hspec lens taggy text unorderedContainers ]; meta = { homepage = "http://github.com/alpmestan/taggy-lens"; description = "Lenses for the taggy html/xml parser"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })