packages feed

tweet-hs 1.0.1.39 → 1.0.1.40

raw patch · 3 files changed

+2/−4 lines, 3 filesdep ~htoml-megaparsec

Dependency ranges changed: htoml-megaparsec

Files

cabal.project.local view
@@ -1,5 +1,4 @@ constraints: tweet-hs +development-           , lens -test-doctests optimization: 2 tests: true benchmarks: true
src/Web/Tweet/Sign.hs view
@@ -17,7 +17,6 @@ import           Network.HTTP.Client import           Prelude                hiding (lookup) import           Text.Toml-import           Text.Toml.Types import           Web.Authenticate.OAuth import           Web.Tweet.Types import           Web.Tweet.Utils
tweet-hs.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: tweet-hs-version: 1.0.1.39+version: 1.0.1.40 license: BSD3 license-file: LICENSE copyright: 2016-2018 Vanessa McHale@@ -73,7 +73,7 @@         split -any,         lens -any,         unordered-containers -any,-        htoml-megaparsec -any,+        htoml-megaparsec >=2.0.0.0,         data-default -any,         text -any,         containers -any,