diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,4 @@
-resolver: lts-8.22
+resolver: lts-8.23
 packages:
 - '.'
 extra-deps: []
diff --git a/wordchoice.cabal b/wordchoice.cabal
--- a/wordchoice.cabal
+++ b/wordchoice.cabal
@@ -1,5 +1,5 @@
 name:                wordchoice
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            Get word counts and distributions
 description:         A command line tool to compute the word distribution from various types of document, converting to text with pandoc.
 homepage:            https://github.com/githubuser/wordchoice#readme
@@ -27,7 +27,7 @@
                      , Data.Text.WordCount.Exec
   other-modules:       Paths_wordchoice
                      , Data.Text.WordCount.FileRead
-  build-depends:       base >= 4.7 && < 5
+  build-depends:       base >= 4.8 && < 5
                      , pandoc
                      , containers
                      , Glob
