tweet-hs 1.0.1.42 → 1.0.1.43
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- app/Main.hs +1/−1
- tweet-hs.cabal +1/−1
app/Main.hs view
@@ -56,7 +56,7 @@ opts = info (helper <*> versionInfo <*> program) (fullDesc <> progDesc "Tweet and view tweets"- <> header "clit - a Command Line Interface Tweeter")+ <> header "tweet - a Command Line Interface Tweeter") -- | Executes program given parsed `Program` select :: Program -> IO ()
tweet-hs.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: tweet-hs-version: 1.0.1.42+version: 1.0.1.43 license: BSD3 license-file: LICENSE copyright: 2016-2018 Vanessa McHale