packages feed

hasql-th 0.4.0.4 → 0.4.0.5

raw patch · 2 files changed

+2/−6 lines, 2 filesdep ~selectivePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: selective

API changes (from Hackage documentation)

Files

hasql-th.cabal view
@@ -1,5 +1,5 @@ name: hasql-th-version: 0.4.0.4+version: 0.4.0.5 category: Hasql, Database, PostgreSQL, Template Haskell synopsis: Template Haskell utilities for Hasql description:@@ -58,7 +58,7 @@     headed-megaparsec >=0.1 && <0.2,     megaparsec >=7 && <9,     parser-combinators >=1.1 && <1.3,-    selective >=0.3 && <0.4,+    selective >=0.4 && <0.5,     template-haskell >=2.8 && <3,     template-haskell-compat-v0208 >=0.1.2 && <2,     text >=1 && <2,
library/Hasql/TH/Syntax/Parsing.hs view
@@ -611,10 +611,6 @@ fromClause = string' "from" *> endHead *> space1 *> fromList  {-|->>> testParser tableRef "a left join b "-...-expecting "on", "using", or white space- >>> testParser tableRef "a left join b on (a.i = b.i)" JoinTableRef (MethJoinedTable (QualJoinMeth...