# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, attoparsec, heredoc, hspec, QuickCheck, time, transformers }: cabal.mkDerivation (self: { pname = "robots-txt"; version = "0.4.1.1"; sha256 = "16r6j96iay1r6435ym34dp9iggwlfigmzmqq5k5f5ss5bljfc72f"; buildDepends = [ attoparsec time ]; testDepends = [ attoparsec heredoc hspec QuickCheck transformers ]; meta = { homepage = "http://github.com/meanpath/robots"; description = "Parser for robots.txt"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })