2.6.1
This commit is contained in:
parent
91c9cf439e
commit
ce0c99a3bf
@ -1,6 +1,13 @@
|
||||
Unreleased
|
||||
========
|
||||
|
||||
2.6.1
|
||||
=======
|
||||
|
||||
- @ChrisCoffey
|
||||
- [#114](https://github.com/bitemyapp/esqueleto/pull/114): Fix Haddock by
|
||||
working around an upstream bug.
|
||||
|
||||
2.6.0
|
||||
========
|
||||
- @bitemyapp
|
||||
|
||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 3a3f42ca57c8ee2f4d01724057ff86b8867202c138e6f03cd8c23000da1fbaa3
|
||||
-- hash: c68a1e254e29c461cbf88a8a32c039563f3576cf439b9d947cb3d8dd3916e0e8
|
||||
|
||||
name: esqueleto
|
||||
version: 2.6.0
|
||||
version: 2.6.1
|
||||
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 language closely resembles SQL, so you don't have to learn new concepts, just new syntax, and it's fairly easy to predict the generated SQL and optimize it for your backend. Most kinds of errors committed when writing SQL are caught as compile-time errors---although it is possible to write type-checked @esqueleto@ queries that fail at runtime.
|
||||
.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: esqueleto
|
||||
version: '2.6.0'
|
||||
version: 2.6.1
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user