Skip to content

Commit

Permalink
Configure change for 2.14 version
Browse files Browse the repository at this point in the history
  • Loading branch information
danbroooks committed Jan 29, 2022
1 parent 929bc97 commit 929ee46
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion persistent-mongoDB/persistent-mongoDB.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test-suite test
, persistent
, persistent-mongoDB
, persistent-qq
, persistent-test
, persistent-test >= 2.14
, blaze-html
, bytestring
, containers
Expand Down
2 changes: 1 addition & 1 deletion persistent-mysql/persistent-mysql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test-suite test
, persistent
, persistent-mysql
, persistent-qq
, persistent-test
, persistent-test >= 2.14
, QuickCheck
, quickcheck-instances
, resourcet
Expand Down
2 changes: 1 addition & 1 deletion persistent-postgresql/persistent-postgresql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test-suite test
, persistent
, persistent-postgresql
, persistent-qq
, persistent-test
, persistent-test >= 2.14
, aeson
, bytestring
, containers
Expand Down
2 changes: 1 addition & 1 deletion persistent-sqlite/persistent-sqlite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ test-suite test
build-depends: base >= 4.9 && < 5
, persistent
, persistent-sqlite
, persistent-test
, persistent-test >= 2.14
, bytestring
, containers
, conduit
Expand Down
4 changes: 4 additions & 0 deletions persistent-test/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased changes

## 2.14.0.0

* Support `persistent-2.14.0.0` [#1264](https://github.com/yesodweb/persistent/pull/1264)

## 2.13.1.0

* Support `persistent-2.13.3.0` [#1341](https://github.com/yesodweb/persistent/pull/1341)
Expand Down
2 changes: 1 addition & 1 deletion persistent-test/persistent-test.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: persistent-test
version: 2.13.1.0
version: 2.14.0.0
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
Expand Down
2 changes: 1 addition & 1 deletion persistent/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for persistent

## (Unreleased)
## 2.14.0.0

* [#1264](https://github.com/yesodweb/persistent/pull/1264)
* Support declaring Maybe before the type in model definitions
Expand Down
2 changes: 1 addition & 1 deletion persistent/persistent.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: persistent
version: 2.13.3.0
version: 2.14.0.0
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
Expand Down

0 comments on commit 929ee46

Please sign in to comment.