File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ allow-newer:
1818 , postgresql-simple :base
1919 , postgresql-simple :template-haskell
2020 , bytestring-lexing :base
21+ , postgresql-simple-interval :persistent
2122
2223source-repository-package
2324 type : git
Original file line number Diff line number Diff line change 11## Unreleased changes
22
3+ # 2.13.2.1
4+ * [ #1610 ] ( https://github.com/yesodweb/persistent/pull/1610 )
5+ * Added ` NoAction ` as a ` CascadeAction `
6+
37# 2.13.2.0
48* [ #1601 ] ( https://github.com/yesodweb/persistent/pull/1601 )
59 * Adjust test data to avoid deprecated entity definition syntax
Original file line number Diff line number Diff line change 11name : persistent-test
2- version : 2.13.2.0
2+ version : 2.13.2.1
33license : MIT
44license-file : LICENSE
55author : Michael Snoyman <
[email protected] >
@@ -77,7 +77,7 @@ library
7777 , monad-logger >= 0.3.25
7878 , mtl
7979 , path-pieces >= 0.2
80- , persistent >= 2.16 && < 2.18
80+ , persistent >= 2.16 && < 2.19
8181 , QuickCheck >= 2.9
8282 , quickcheck-instances >= 0.3
8383 , random >= 1.1
You can’t perform that action at this time.
0 commit comments