robots-txt 0.4.1.1 → 0.4.1.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- robots-txt.cabal +3/−3
robots-txt.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: robots-txt-version: 0.4.1.1+version: 0.4.1.2 synopsis: Parser for robots.txt description: This is an attoparsec parser for robots.txt files homepage: http://github.com/meanpath/robots@@ -18,7 +18,7 @@ source-repository head type: git- location: git://github.com/meanpath/robots-txt.git+ location: git://github.com/meanpath/robots.git library exposed-modules: Network.HTTP.Robots@@ -26,7 +26,7 @@ hs-source-dirs: src build-depends: base >= 4 && <= 5 , bytestring- , attoparsec >= 0.12.1 && < 0.13+ , attoparsec >= 0.12.1.6 && < 0.13 , time >= 1.4 && < 1.5 , old-locale >= 1.0.0.5 && < 1.1