packages feed

persistent-postgresql 0.2.1 → 0.2.1.1

raw patch · 2 files changed

+2/−1 lines, 2 files

Files

Database/Persist/Postgresql.hs view
@@ -264,6 +264,7 @@     getType "date" = Right $ SqlDay     getType "bool" = Right $ SqlBool     getType "timestamp" = Right $ SqlDayTime+    getType "float4" = Right $ SqlReal     getType "float8" = Right $ SqlReal     getType "bytea" = Right $ SqlBlob     getType a = Left $ "Unknown type: " ++ a
persistent-postgresql.cabal view
@@ -1,5 +1,5 @@ name:            persistent-postgresql-version:         0.2.1+version:         0.2.1.1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>