simple-postgresql-orm 0.9.0.1 → 1.0.0
raw patch · 3 files changed
+3/−4 lines, 3 filesdep ~simplesetup-changed
Dependency ranges changed: simple
Files
- Setup.hs +0/−2
- simple-postgresql-orm.cabal +2/−2
- src/Web/Simple/PostgreSQL.hs +1/−0
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
simple-postgresql-orm.cabal view
@@ -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
src/Web/Simple/PostgreSQL.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE Trustworthy #-} {-# LANGUAGE FlexibleInstances #-} module Web.Simple.PostgreSQL ( module Web.Simple.PostgreSQL