hasql-th 0.5 → 0.5.0.1
raw patch · 2 files changed
+6/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hasql-th.cabal +1/−1
- src/library/Hasql/TH.hs +5/−0
hasql-th.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hasql-th-version: 0.5+version: 0.5.0.1 category: Hasql, Database, PostgreSQL, Template Haskell synopsis: Template Haskell utilities for Hasql description:
src/library/Hasql/TH.hs view
@@ -10,6 +10,11 @@ -- -- Here's an example of how to use it: --+ -- Enable the @QuasiQuotes@ language extension in any module that uses+ -- these quasiquoters:+ --+ -- >{-# LANGUAGE QuasiQuotes #-}+ -- -- >selectUserDetails :: Statement Int32 (Maybe (Text, Text, Maybe Text)) -- >selectUserDetails = -- > [maybeStatement|