Skip to content

Commit a84ae6d

Browse files
Kuba KarpierzKuba Karpierz
authored andcommitted
fix build, update persistent-test
1 parent cc4db58 commit a84ae6d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

cabal.project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2223
source-repository-package
2324
type: git

persistent-test/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

persistent-test/persistent-test.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: persistent-test
2-
version: 2.13.2.0
2+
version: 2.13.2.1
33
license: MIT
44
license-file: LICENSE
55
author: 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

0 commit comments

Comments
 (0)