packages feed

persistent-postgresql 2.14.0.0 → 2.14.0.1

raw patch · 3 files changed

+8/−3 lines, 3 filesdep ~persistent

Dependency ranges changed: persistent

Files

ChangeLog.md view
@@ -1,5 +1,10 @@ # Changelog for persistent-postgresql +# 2.14.0.1++* [#1610](https://github.com/yesodweb/persistent/pull/1610)+  * Update suggested migrations to handle `NoAction` as a `CascadeAction`  + ## 2.14.0.0  * [#1604](https://github.com/yesodweb/persistent/pull/1604)
Database/Persist/Postgresql/Internal.hs view
@@ -1073,7 +1073,7 @@         parseCascade txt =             case txt of                 "NO ACTION" ->-                    Nothing+                    Just NoAction                 "CASCADE" ->                     Just Cascade                 "SET NULL" ->
persistent-postgresql.cabal view
@@ -1,5 +1,5 @@ name:               persistent-postgresql-version:            2.14.0.0+version:            2.14.0.1 license:            MIT license-file:       LICENSE author:             Felipe Lessa, Michael Snoyman <michael@snoyman.com>@@ -25,7 +25,7 @@     , containers          >=0.5     , monad-logger        >=0.3.25     , mtl-    , persistent          >=2.13.3  && <3+    , persistent          >=2.18   && <3     , postgresql-libpq    >=0.9.4.2 && <0.12     , postgresql-simple   >=0.6.1   && <0.8     , postgresql-simple-interval >=1 && < 1.1