robots-txt 0.4.1.2 → 0.4.1.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- robots-txt.cabal +2/−2
robots-txt.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: robots-txt-version: 0.4.1.2+version: 0.4.1.3 synopsis: Parser for robots.txt description: This is an attoparsec parser for robots.txt files homepage: http://github.com/meanpath/robots@@ -27,7 +27,7 @@ build-depends: base >= 4 && <= 5 , bytestring , attoparsec >= 0.12.1.6 && < 0.13- , time >= 1.4 && < 1.5+ , time >= 1.4 && < 1.6 , old-locale >= 1.0.0.5 && < 1.1 test-suite tests