hasql 0.19.18.1 → 0.19.18.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
hasql.cabal view
@@ -1,7 +1,7 @@ name: hasql version:- 0.19.18.1+ 0.19.18.2 category: Hasql, Database, PostgreSQL synopsis:
library/Hasql/Private/Decoders/Results.hs view
@@ -85,7 +85,7 @@ getResultMaybe = lift $ LibPQ.getResult connection onResult result =- checkErrors *> loop integerDatetimes connection+ loop integerDatetimes connection <* checkErrors where checkErrors = EitherT $ fmap (mapLeft ResultError) $ Result.run Result.unit (integerDatetimes, result)