postgresql-simple-sop 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
postgresql-simple-sop.cabal view
@@ -1,5 +1,5 @@ name: postgresql-simple-sop-version: 0.1.0.4+version: 0.1.0.5 synopsis: Generic functions for postgresql-simple homepage: https://github.com/openbrainsrc/postgresql-simple-sop license: MIT
src/Database/PostgreSQL/Simple/SOP.hs view
@@ -24,7 +24,7 @@ -} -module Database.PostgreSQL.Simple.SOP (gfromRow, gtoRow, gselectFrom, ginsertInto, HasFieldNames, fieldNames) where+module Database.PostgreSQL.Simple.SOP (gfromRow, gtoRow, gselectFrom, ginsertInto, ginsertManyInto, HasFieldNames, fieldNames) where import Generics.SOP import Control.Applicative