diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/simple-postgresql-orm.cabal b/simple-postgresql-orm.cabal
--- a/simple-postgresql-orm.cabal
+++ b/simple-postgresql-orm.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                simple-postgresql-orm
-version:             0.9.0.1
+version:             1.0.0
 synopsis:            Connector package for integrating postgresql-orm with the Simple web framework
 description:            Connector package for integrating postgresql-orm with the Simple web framework
 homepage:            http://simple.cx
@@ -28,7 +28,7 @@
     , postgresql-simple
     , postgresql-orm >= 0.2.2
     , resource-pool
-    , simple > 0.9
+    , simple >= 1.0.0
     , transformers
   default-language:    Haskell2010
 
diff --git a/src/Web/Simple/PostgreSQL.hs b/src/Web/Simple/PostgreSQL.hs
--- a/src/Web/Simple/PostgreSQL.hs
+++ b/src/Web/Simple/PostgreSQL.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE Trustworthy #-}
 {-# LANGUAGE FlexibleInstances #-}
 module Web.Simple.PostgreSQL
   ( module Web.Simple.PostgreSQL
