Merge branch 'master' into explode-from-gadt

This commit is contained in:
Ben Levy 2021-02-05 16:30:02 -06:00 committed by GitHub
commit 9d1550b8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
3.4.1.0
=======
=======-
- @belevy
- [#228](https://github.com/bitemyapp/esqueleto/pull/228)
- Destroy all GADTs; Removes the From GADT and SqlExpr GADT
@ -9,6 +9,10 @@
that may be needed
- Experimental top level is now strictly for documentation and all the
implementation details are in Experimental.* modules
- @Vlix
- [#232](https://github.com/bitemyapp/esqueleto/pull/232)
- Export the `ValidOnClauseValue` type family
3.4.0.1
=======

View File

@ -48,6 +48,7 @@ module Database.Esqueleto.Experimental
, ToAliasReference(..)
, ToAliasReferenceT
, ToSetOperation(..)
, ValidOnClauseValue
-- * The Normal Stuff
, where_