diff --git a/yesod-persistent.cabal b/yesod-persistent.cabal
--- a/yesod-persistent.cabal
+++ b/yesod-persistent.cabal
@@ -1,6 +1,6 @@
 name:            yesod-persistent
-version:         0.3.1
-license:         BSD3
+version:         1.0.0
+license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
 maintainer:      Michael Snoyman <michael@snoyman.com>
@@ -14,10 +14,10 @@
 
 library
     build-depends:   base                      >= 4        && < 5
-                   , yesod-core                >= 0.10.1   && < 0.11
-                   , persistent                >= 0.8      && < 0.9
-                   , persistent-template       >= 0.8      && < 0.9
-                   , transformers              >= 0.2.2    && < 0.3
+                   , yesod-core                >= 1.0      && < 1.1
+                   , persistent                >= 0.9      && < 0.10
+                   , persistent-template       >= 0.9      && < 0.10
+                   , transformers              >= 0.2.2    && < 0.4
     exposed-modules: Yesod.Persist
     ghc-options:     -Wall
 
