diff --git a/tweet-hs.cabal b/tweet-hs.cabal
--- a/tweet-hs.cabal
+++ b/tweet-hs.cabal
@@ -1,5 +1,5 @@
 name:                tweet-hs
-version:             1.0.1.1
+version:             1.0.1.2
 synopsis:            Command-line tool for twitter
 description:         a Command Line Interface Tweeter
 homepage:            https://github.com/vmchale/command-line-tweeter#readme
@@ -48,7 +48,7 @@
                      , Web.Tweet.API.Internal
                      , Web.Tweet.Utils.API
                      , Paths_tweet_hs
-  build-depends:       base >= 4.7 && < 5
+  build-depends:       base >= 4.8 && < 5
                      , http-client-tls
                      , http-client
                      , http-types
