robots-txt 0.4.1.3 → 0.4.1.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~attoparsecPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
- Network.HTTP.Robots: crawlDelay :: Directive -> Rational
- Network.HTTP.Robots: instance Eq Directive
- Network.HTTP.Robots: instance Eq UserAgent
- Network.HTTP.Robots: instance Show Directive
- Network.HTTP.Robots: instance Show UserAgent
- Network.HTTP.Robots: timeInterval :: Directive -> TimeInterval
+ Network.HTTP.Robots: [crawlDelay] :: Directive -> Rational
+ Network.HTTP.Robots: [timeInterval] :: Directive -> TimeInterval
+ Network.HTTP.Robots: instance GHC.Classes.Eq Network.HTTP.Robots.Directive
+ Network.HTTP.Robots: instance GHC.Classes.Eq Network.HTTP.Robots.UserAgent
+ Network.HTTP.Robots: instance GHC.Show.Show Network.HTTP.Robots.Directive
+ Network.HTTP.Robots: instance GHC.Show.Show Network.HTTP.Robots.UserAgent
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.3+version: 0.4.1.4 synopsis: Parser for robots.txt description: This is an attoparsec parser for robots.txt files homepage: http://github.com/meanpath/robots@@ -26,7 +26,7 @@ hs-source-dirs: src build-depends: base >= 4 && <= 5 , bytestring- , attoparsec >= 0.12.1.6 && < 0.13+ , attoparsec >= 0.12.1.6 && < 0.14 , time >= 1.4 && < 1.6 , old-locale >= 1.0.0.5 && < 1.1