tweet-hs 1.0.2.1 → 1.0.2.2
raw patch · 3 files changed
+5/−5 lines, 3 filesdep ~composition-preludePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: composition-prelude
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- src/Web/Tweet/Utils.hs +1/−1
- tweet-hs.cabal +3/−3
LICENSE view
@@ -1,4 +1,4 @@-Copyright Vanessa McHale (c) 2017+Copyright Vanessa McHale (c) 2017, 2020 All rights reserved.
src/Web/Tweet/Utils.hs view
@@ -153,7 +153,7 @@ -- | Pick out a key value from a key lineByKey :: BS.ByteString -> [(BS.ByteString, BS.ByteString)] -> BS.ByteString-lineByKey = snd .* head .* (filter . (fst -.* (==)))+lineByKey = snd .* head .* (filter . (fst .@ (==))) -- | Filter a line of a file for only the actual data and no descriptors filterLine :: String -> String
tweet-hs.cabal view
@@ -1,9 +1,9 @@ cabal-version: >=1.10 name: tweet-hs-version: 1.0.2.1+version: 1.0.2.2 license: BSD3 license-file: LICENSE-copyright: 2016-2019 Vanessa McHale+copyright: 2016-2020 Vanessa McHale maintainer: vamchale@gmail.com author: Vanessa McHale stability: stable@@ -72,7 +72,7 @@ text -any, containers >=0.6.0.0, ansi-wl-pprint -any,- composition-prelude -any,+ composition-prelude >=3.0.0.0, extra -any if flag(development)