diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Vanessa McHale (c) 2017
+Copyright Vanessa McHale (c) 2017, 2020
 
 All rights reserved.
 
diff --git a/src/Web/Tweet/Utils.hs b/src/Web/Tweet/Utils.hs
--- a/src/Web/Tweet/Utils.hs
+++ b/src/Web/Tweet/Utils.hs
@@ -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
diff --git a/tweet-hs.cabal b/tweet-hs.cabal
--- a/tweet-hs.cabal
+++ b/tweet-hs.cabal
@@ -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)
