Remove QQ re-exports

This commit is contained in:
parsonsmatt 2019-03-05 12:50:49 -07:00
parent ce0c99a3bf
commit 094ae18cae
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,12 @@
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
=======

View File

@ -1,5 +1,5 @@
name: esqueleto
version: 2.6.1
version: 2.6.2
synopsis: Type-safe EDSL for SQL queries on persistent backends.
description: ! '@esqueleto@ is a bare bones, type-safe EDSL for SQL queries
that works with unmodified @persistent@ SQL backends. Its

View File

@ -53,8 +53,6 @@ module Database.Esqueleto.Internal.PersistentImport
rawQuery,
rawQueryRes,
rawSql,
executeQQ,
sqlQQ,
askLogFunc,
close',
createSqlPool,