# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, lens, taggy, taggyLens, text }: cabal.mkDerivation (self: { pname = "sitemap"; version = "0.1.2"; sha256 = "0njb20w6kazsqgw61ykvfx3syqywv9frs7ch9bf2sr0i1d3b61bd"; buildDepends = [ lens taggy taggyLens text ]; meta = { homepage = "http://github.com/alpmestan/sitemap"; description = "Sitemap parser"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })