tweet-hs 1.0.1.33 → 1.0.1.35
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- tweet-hs.cabal +2/−2
tweet-hs.cabal view
@@ -1,5 +1,5 @@ name: tweet-hs-version: 1.0.1.33+version: 1.0.1.35 synopsis: Command-line tool for twitter description: a Command Line Interface Tweeter homepage: https://github.com/vmchale/command-line-tweeter#readme@@ -89,7 +89,7 @@ ghc-options: -rtsopts -with-rtsopts=-N if flag(development) ghc-options: -Werror- ghc-options: -O3 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates+ ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates build-depends: base , tweet-hs default-language: Haskell2010