packages feed

tweet-hs 1.0.1.21 → 1.0.1.27

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.hs view
@@ -64,7 +64,7 @@ thread :: String -> [String] -> Maybe Int -> Int -> FilePath -> IO () thread contents hs idNum num filepath = do     let handleStr = concatMap ((++) " " . (++) "@") hs-    let content = take num . chunksOf (140-length handleStr) $ contents+    let content = take num . chunksOf (280-length handleStr) $ contents     case idNum of         (Just _) -> thread' content hs idNum filepath         Nothing -> case content of
tweet-hs.cabal view
@@ -1,5 +1,5 @@ name:                tweet-hs-version:             1.0.1.21+version:             1.0.1.27 synopsis:            Command-line tool for twitter description:         a Command Line Interface Tweeter homepage:            https://github.com/vmchale/command-line-tweeter#readme