parent
8f591832d9
commit
f883262dc2
4
.github/workflows/haskell.yml
vendored
4
.github/workflows/haskell.yml
vendored
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user