Skip to content

Commit

Permalink
Version bump for text (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
parsonsmatt authored Jan 2, 2024
1 parent a69ce68 commit f689e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esqueleto.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 1.12

name: esqueleto

version: 3.5.11.0
version: 3.5.11.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.
.
Expand Down Expand Up @@ -65,7 +65,7 @@ library
, resourcet >=1.2
, tagged >=0.2
, template-haskell
, text >=0.11 && <2.1
, text >=0.11 && <2.2
, time >=1.5.0.1 && <=1.13
, transformers >=0.2
, unliftio
Expand Down

0 comments on commit f689e22

Please sign in to comment.