packages feed

tweet-hs 1.0.2.2 → 1.0.2.3

raw patch · 1 files changed

+22/−29 lines, 1 filesdep ~ansi-wl-pprintdep ~authenticate-oauthdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ansi-wl-pprint, authenticate-oauth, bytestring, composition-prelude, containers, criterion, directory, extra, htoml-megaparsec, http-client, http-client-tls, http-types, megaparsec, microlens, optparse-applicative, split, text, unordered-containers

API changes (from Hackage documentation)

Files

tweet-hs.cabal view
@@ -1,6 +1,6 @@ cabal-version:      >=1.10 name:               tweet-hs-version:            1.0.2.2+version:            1.0.2.3 license:            BSD3 license-file:       LICENSE copyright:          2016-2020 Vanessa McHale@@ -25,10 +25,6 @@     description: Enable build with llvm backend     default:     False -flag library-    description: Don't build an executable-    default:     False- flag development     description: Enable -Werror     default:     False@@ -59,21 +55,21 @@      build-depends:         base >=4.11 && <5,-        http-client-tls -any,-        http-client -any,-        http-types -any,-        authenticate-oauth -any,+        http-client-tls,+        http-client,+        http-types,+        authenticate-oauth,         megaparsec >=7.0,-        bytestring -any,-        split -any,-        microlens -any,-        unordered-containers -any,+        bytestring,+        split,+        microlens,+        unordered-containers,         htoml-megaparsec >=2.1.0.0,-        text -any,+        text,         containers >=0.6.0.0,-        ansi-wl-pprint -any,+        ansi-wl-pprint,         composition-prelude >=3.0.0.0,-        extra -any+        extra      if flag(development)         ghc-options: -Werror@@ -87,14 +83,11 @@         -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates      build-depends:-        base -any,-        tweet-hs -any,-        optparse-applicative -any,-        directory -any,-        bytestring -any--    if flag(library)-        buildable: False+        base,+        tweet-hs,+        optparse-applicative,+        directory,+        bytestring      if flag(llvm-fast)         ghc-options: -fllvm -optlo-O3 -O3@@ -114,11 +107,11 @@         -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates      build-depends:-        base -any,-        criterion -any,-        tweet-hs -any,-        bytestring -any,-        megaparsec -any+        base,+        criterion,+        tweet-hs,+        bytestring,+        megaparsec      if flag(llvm-fast)         ghc-options: -fllvm -optlo-O3 -O3