diff --git a/hjsonpointer.cabal b/hjsonpointer.cabal
--- a/hjsonpointer.cabal
+++ b/hjsonpointer.cabal
@@ -1,5 +1,5 @@
 name:                   hjsonpointer
-version:                0.3.0.0
+version:                0.3.0.1
 synopsis:               JSON Pointer library
 homepage:               https://github.com/seagreen/hjsonpointer
 license:                MIT
@@ -9,7 +9,7 @@
 category:               Data
 build-type:             Simple
 cabal-version:          >=1.10
-tested-with:            GHC == 7.8.4, GHC == 7.10.3
+tested-with:            GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
 extra-source-files:     changelog.md
                         README.md
 
@@ -21,7 +21,7 @@
   other-extensions:     GeneralizedNewtypeDeriving
   ghc-options:          -Wall
   build-depends:        aeson                >= 0.7  && < 0.12
-                      , base                 >= 4.6  && < 4.9
+                      , base                 >= 4.6  && < 4.10
                       , QuickCheck           >= 2.8  && < 2.9
                       , unordered-containers >= 0.2  && < 0.3
                       , text                 >= 1.2  && < 1.3
