diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.2.0.1
+=======
+
+* Relax boundaries for ghc 8.0.1.
+
 0.2.0.0
 =======
 
diff --git a/servant-auth-token.cabal b/servant-auth-token.cabal
--- a/servant-auth-token.cabal
+++ b/servant-auth-token.cabal
@@ -1,5 +1,5 @@
 name:                servant-auth-token
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Servant based API and server for token based authorisation
 description:         Please see README.md
 homepage:            https://github.com/ncrashed/servant-auth-token#readme
@@ -28,21 +28,21 @@
     Servant.Server.Auth.Token.Restore 
     Servant.Server.Auth.Token
   build-depends:       
-      base >= 4.7 && < 5
-    , aeson-injector >= 1.0.4 && < 1.1
-    , bytestring >= 0.10 && < 0.11
-    , containers >= 0.5 && < 0.6
-    , mtl >= 2.2 && < 2.3
-    , persistent >= 2.2 && < 2.3
-    , persistent-postgresql >= 2.2 && < 2.3
-    , persistent-template >= 2.1 && < 2.2
-    , pwstore-fast >= 2.4 && < 2.5
-    , servant-auth-token-api >= 0.2.0 && < 0.3
-    , servant-server >= 0.7 && < 0.9
-    , text >= 1.2 && < 1.3
-    , time >= 1.5 && < 1.7
-    , transformers >= 0.4 && < 0.6
-    , uuid >= 1.3 && < 1.4
+      base                    >= 4.7    && < 5
+    , aeson-injector          >= 1.0.4  && < 1.1
+    , bytestring              >= 0.10   && < 0.11
+    , containers              >= 0.5    && < 0.6
+    , mtl                     >= 2.2    && < 2.3
+    , persistent              >= 2.2    && < 2.6
+    , persistent-postgresql   >= 2.2    && < 2.6
+    , persistent-template     >= 2.1    && < 2.6
+    , pwstore-fast            >= 2.4    && < 2.5
+    , servant-auth-token-api  >= 0.2.0  && < 0.3
+    , servant-server          >= 0.7    && < 0.9
+    , text                    >= 1.2    && < 1.3
+    , time                    >= 1.5    && < 1.7
+    , transformers            >= 0.4    && < 0.6
+    , uuid                    >= 1.3    && < 1.4
 
   default-language:    Haskell2010
   default-extensions:
