From bff8200ae47b5d65481fca766e33d67dd004b323 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 11 Oct 2018 14:21:17 -0400 Subject: [PATCH] Updated changelogs and versions for #1561 --- yesod-auth-oauth/ChangeLog.md | 2 +- yesod-auth/ChangeLog.md | 2 +- yesod-persistent/ChangeLog.md | 2 +- yesod-static/ChangeLog.md | 4 ++++ yesod-static/yesod-static.cabal | 2 +- yesod-test/ChangeLog.md | 4 ++++ yesod-test/yesod-test.cabal | 2 +- 7 files changed, 13 insertions(+), 5 deletions(-) diff --git a/yesod-auth-oauth/ChangeLog.md b/yesod-auth-oauth/ChangeLog.md index 57afbd4c7..7bd91f76d 100644 --- a/yesod-auth-oauth/ChangeLog.md +++ b/yesod-auth-oauth/ChangeLog.md @@ -1,6 +1,6 @@ ## 1.6.0.1 -* Compile with GHC 8.6 +* Compile with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561) ## 1.6.0 diff --git a/yesod-auth/ChangeLog.md b/yesod-auth/ChangeLog.md index c0198bd62..3d0c60b41 100644 --- a/yesod-auth/ChangeLog.md +++ b/yesod-auth/ChangeLog.md @@ -2,7 +2,7 @@ ## 1.6.4.2 -* Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516) +* Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516), [#1561](https://github.com/yesodweb/yesod/pull/1561) ## 1.6.4.1 diff --git a/yesod-persistent/ChangeLog.md b/yesod-persistent/ChangeLog.md index 170434b9d..f6fbbec8b 100644 --- a/yesod-persistent/ChangeLog.md +++ b/yesod-persistent/ChangeLog.md @@ -1,6 +1,6 @@ ## 1.6.0.1 -* Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516) +* Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516), [#1561](https://github.com/yesodweb/yesod/pull/1561) ## 1.6.0 diff --git a/yesod-static/ChangeLog.md b/yesod-static/ChangeLog.md index 0e30e9418..9c79808a3 100644 --- a/yesod-static/ChangeLog.md +++ b/yesod-static/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.6.0.1 + +* Make test suite build with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561) + ## 1.6.0 * Upgrade to yesod-core 1.6.0 diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index d5df71e6c..9da53c24b 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -1,5 +1,5 @@ name: yesod-static -version: 1.6.0 +version: 1.6.0.1 license: MIT license-file: LICENSE author: Michael Snoyman diff --git a/yesod-test/ChangeLog.md b/yesod-test/ChangeLog.md index 42fd55e44..95ca253b8 100644 --- a/yesod-test/ChangeLog.md +++ b/yesod-test/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.6.5.1 + +* Make test suite build with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561) + ## 1.6.5 bodyEquals prints out actual body in addition to expected body in failure msg [#1525](https://github.com/yesodweb/yesod/pull/1525) diff --git a/yesod-test/yesod-test.cabal b/yesod-test/yesod-test.cabal index 600ed2b36..f10dd0ca3 100644 --- a/yesod-test/yesod-test.cabal +++ b/yesod-test/yesod-test.cabal @@ -1,5 +1,5 @@ name: yesod-test -version: 1.6.5 +version: 1.6.5.1 license: MIT license-file: LICENSE author: Nubis