parent
8f591832d9
commit
f883262dc2
4
.github/workflows/haskell.yml
vendored
4
.github/workflows/haskell.yml
vendored
@ -32,8 +32,8 @@ jobs:
|
|||||||
--health-retries=3
|
--health-retries=3
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cabal: ["3.4"]
|
cabal: ["3.6"]
|
||||||
ghc: ["8.6.5", "8.8.4", "8.10.4", "9.0.1"]
|
ghc: ["8.6.5", "8.8.4", "8.10.4", "9.0.2", "9.2.2"]
|
||||||
env:
|
env:
|
||||||
CONFIG: "--enable-tests --enable-benchmarks "
|
CONFIG: "--enable-tests --enable-benchmarks "
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
3.5.3.1
|
3.5.3.1
|
||||||
=======
|
=======
|
||||||
- @jappeace
|
- @jappeace
|
||||||
@ -11,7 +10,7 @@
|
|||||||
- [#291](https://github.com/bitemyapp/esqueleto/pull/291)
|
- [#291](https://github.com/bitemyapp/esqueleto/pull/291)
|
||||||
- Added `ToAlias` and `ToAliasReference` instaces to the `:&` type, mirroring
|
- 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)
|
the tuple instances for the same classes. See [Issue #290](https://github.com/bitemyapp/esqueleto/issues/290)
|
||||||
for discussion.
|
for discussion.
|
||||||
- @NikitaRazmakhnin
|
- @NikitaRazmakhnin
|
||||||
- [#284](https://github.com/bitemyapp/esqueleto/pull/284)
|
- [#284](https://github.com/bitemyapp/esqueleto/pull/284)
|
||||||
- Add PostgreSQL-specific support of VALUES(..) literals
|
- Add PostgreSQL-specific support of VALUES(..) literals
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user