From f883262dc234eae48af7835f7af0a8c1a40d98a1 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Mon, 14 Mar 2022 13:31:07 -0600 Subject: [PATCH] GHC 9.2 support (#304) * Add GHC 9.2 to CI * empty?? --- .github/workflows/haskell.yml | 4 ++-- changelog.md | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 055cc90..9c05bd5 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -32,8 +32,8 @@ jobs: --health-retries=3 strategy: matrix: - cabal: ["3.4"] - ghc: ["8.6.5", "8.8.4", "8.10.4", "9.0.1"] + cabal: ["3.6"] + ghc: ["8.6.5", "8.8.4", "8.10.4", "9.0.2", "9.2.2"] env: CONFIG: "--enable-tests --enable-benchmarks " steps: diff --git a/changelog.md b/changelog.md index 1da5e56..fb86137 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,3 @@ - 3.5.3.1 ======= - @jappeace @@ -11,7 +10,7 @@ - [#291](https://github.com/bitemyapp/esqueleto/pull/291) - Added `ToAlias` and `ToAliasReference` instaces to the `:&` type, mirroring the tuple instances for the same classes. See [Issue #290](https://github.com/bitemyapp/esqueleto/issues/290) - for discussion. + for discussion. - @NikitaRazmakhnin - [#284](https://github.com/bitemyapp/esqueleto/pull/284) - Add PostgreSQL-specific support of VALUES(..) literals