tweet-hs 0.5.3.7 → 0.5.3.8
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Web/Tweet/Parser.hs +1/−1
- tweet-hs.cabal +1/−1
src/Web/Tweet/Parser.hs view
@@ -74,7 +74,7 @@ string $ "\"" <> str <> "\":" open <- optional $ char '\"' let forbidden = if isJust open then ("\\\"" :: String) else ("\\\"," :: String)- want <- many $ try parseHTMLChar <|> noneOf forbidden <|> specialChar '\"' <|> specialChar '/' <|> newlineChar <|> unicodeChar -- TODO modify parsec to make this parallel?+ want <- many $ parseHTMLChar <|> noneOf forbidden <|> specialChar '\"' <|> specialChar '/' <|> newlineChar <|> unicodeChar -- TODO modify parsec to make this parallel? pure want -- | Parse a newline
tweet-hs.cabal view
@@ -1,5 +1,5 @@ name: tweet-hs-version: 0.5.3.7+version: 0.5.3.8 synopsis: Command-line tool for twitter description: a Command Line Interface Tweeter homepage: https://github.com/vmchale/command-line-tweeter#readme