Remove QQ re-exports
This commit is contained in:
parent
ce0c99a3bf
commit
094ae18cae
@ -1,6 +1,12 @@
|
|||||||
Unreleased
|
Unreleased
|
||||||
========
|
========
|
||||||
|
|
||||||
|
2.6.2
|
||||||
|
=======
|
||||||
|
|
||||||
|
- @parsonsmatt
|
||||||
|
- [#117](https://github.com/bitemyapp/esqueleto/pull/117): Removed `sqlQQ` and `executeQQ` functions from export, fixing doc build and building with `persistent` >= 2.9
|
||||||
|
|
||||||
2.6.1
|
2.6.1
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: esqueleto
|
name: esqueleto
|
||||||
version: 2.6.1
|
version: 2.6.2
|
||||||
synopsis: Type-safe EDSL for SQL queries on persistent backends.
|
synopsis: Type-safe EDSL for SQL queries on persistent backends.
|
||||||
description: ! '@esqueleto@ is a bare bones, type-safe EDSL for SQL queries
|
description: ! '@esqueleto@ is a bare bones, type-safe EDSL for SQL queries
|
||||||
that works with unmodified @persistent@ SQL backends. Its
|
that works with unmodified @persistent@ SQL backends. Its
|
||||||
|
|||||||
@ -53,8 +53,6 @@ module Database.Esqueleto.Internal.PersistentImport
|
|||||||
rawQuery,
|
rawQuery,
|
||||||
rawQueryRes,
|
rawQueryRes,
|
||||||
rawSql,
|
rawSql,
|
||||||
executeQQ,
|
|
||||||
sqlQQ,
|
|
||||||
askLogFunc,
|
askLogFunc,
|
||||||
close',
|
close',
|
||||||
createSqlPool,
|
createSqlPool,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user