robots-txt 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- robots-txt.cabal +3/−3
robots-txt.cabal view
@@ -2,15 +2,15 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: robots-txt-version: 0.1.0.2+version: 0.1.0.3 synopsis: Parser for robots.txt description: This is an attoparsec parser for robots.txt files-homepage: http://github.com/meanpath/robots-txt+homepage: http://github.com/meanpath/robots license: BSD3 license-file: LICENSE author: Mark Wotton maintainer: mwotton@gmail.com-bug-reports: https://github.com/meanpath/robots-txt+bug-reports: https://github.com/meanpath/robots/issues -- copyright: category: Web build-type: Simple