diff --git a/userid.cabal b/userid.cabal
--- a/userid.cabal
+++ b/userid.cabal
@@ -1,5 +1,5 @@
 name:                userid
-version:             0.1.2.5
+version:             0.1.2.6
 synopsis:            The UserId type and useful instances for web development
 description:         Includes instances for SafeCopy, Lens, Boomerang, PathInfo and more
 homepage:            http://www.github.com/Happstack/userid
@@ -10,7 +10,7 @@
 category:            Data
 build-type:          Simple
 cabal-version:       >=1.10
-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2
+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.1
 
 source-repository head
     type:     git
@@ -18,7 +18,7 @@
 
 library
   exposed-modules:     Data.UserId
-  build-depends:       base          >= 4.6  && < 4.9,
+  build-depends:       base          >= 4.6  && < 4.10,
                        aeson         >= 0.9  && < 0.12,
                        boomerang     >= 1.4  && < 1.5,
                        safecopy      >= 0.8  && < 0.10,
