diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+v1.1.1.2:
+* Dependency update for base 4.9, QuickCheck 2.9
+
 v1.1.1.1:
 * Dependency update for HSE 1.17, transformers 0.5
 * Trim tested-with, I no longer have a working copy of old GHCs
diff --git a/pointfree.cabal b/pointfree.cabal
--- a/pointfree.cabal
+++ b/pointfree.cabal
@@ -1,7 +1,7 @@
 Cabal-Version: >= 1.8
 
 Name:     pointfree
-Version:  1.1.1.1
+Version:  1.1.1.2
 Category: Tool
 Synopsis: Tool for refactoring expressions into pointfree form
 
@@ -17,7 +17,7 @@
 Extra-source-files: ChangeLog README test/Test.hs
 
 Build-type:  Simple
-Tested-with: GHC == 7.10.2
+Tested-with: GHC == 8.0.1
 
 Source-repository head
   type:     git
@@ -26,7 +26,7 @@
 Library
   Exposed-modules: Pointfree
 
-  Build-depends: base >= 4.5 && < 4.9,
+  Build-depends: base >= 4.5 && < 4.10,
                  array >= 0.3 && < 0.6,
                  containers >= 0.4 && < 0.6,
                  haskell-src-exts == 1.17.*,
@@ -42,7 +42,7 @@
 Executable pointfree
   Main-is:       Main.hs
   GHC-options:   -W
-  Build-depends: base >= 4.3 && < 4.9,
+  Build-depends: base >= 4.3 && < 4.10,
                  array >= 0.3 && < 0.6,
                  containers >= 0.4 && < 0.6,
                  haskell-src-exts == 1.17.*,
@@ -66,7 +66,7 @@
     containers >= 0.3 && < 0.6,
     haskell-src-exts == 1.17.*,
     HUnit >= 1.1 && < 1.4,
-    QuickCheck >= 2.1 && < 2.9,
+    QuickCheck >= 2.1 && < 2.10,
     transformers < 0.6
 
   GHC-Options:    -W
