diff --git a/focus.cabal b/focus.cabal
--- a/focus.cabal
+++ b/focus.cabal
@@ -1,7 +1,7 @@
 name:
   focus
 version:
-  0.1.5
+  0.1.5.1
 synopsis:
   A general abstraction for manipulating elements of container data structures
 description:
@@ -43,6 +43,7 @@
   GHC==7.8.4,
   GHC==7.10.3,
   GHC==8.0.1
+  GHC==8.2.1
 
 source-repository head
   type:
@@ -57,7 +58,7 @@
   exposed-modules:
     Focus
   build-depends:
-    base >= 4.6 && < 4.10
+    base >= 4.6 && < 4.11
   default-extensions:
     DeriveFunctor, NoImplicitPrelude, TupleSections
   default-language:
