Skip to content

Commit

Permalink
Merge patch into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 16, 2024
2 parents 70d4e51 + 2142b2c commit b1f87c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hasql.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: hasql
version: 1.8.1.3
version: 1.8.1.4
category: Hasql, Database, PostgreSQL
synopsis: Fast PostgreSQL driver with a flexible mapping API
description:
Expand Down
2 changes: 1 addition & 1 deletion library/Hasql/Pipeline/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ run (Pipeline sendQueriesInIO) connection registry integerDatetimes = do
-- insertOrders :: [OrderDetails] -> 'Hasql.Session.Session' [OrderId]
-- insertOrders orders =
-- 'Hasql.Session.pipeline' $
-- forM orders $ \\order ->
-- for orders $ \\order ->
-- 'Hasql.Pipeline.statement' order Statements.insertOrder
-- @
--
Expand Down

0 comments on commit b1f87c2

Please sign in to comment.