persistent-postgresql 0.3.1 → 0.3.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~text
Dependency ranges changed: text
Files
persistent-postgresql.cabal view
@@ -1,5 +1,5 @@ name: persistent-postgresql-version: 0.3.1+version: 0.3.1.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -22,7 +22,7 @@ containers >= 0.2 && < 0.5, bytestring >= 0.9 && < 0.10, neither >= 0.1 && < 0.2,- text >= 0.7 && < 0.11+ text >= 0.7 && < 0.12 exposed-modules: Database.Persist.Postgresql ghc-options: -Wall