packages feed

hasql 1.5.0.2 → 1.5.0.3

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hasql.cabal view
@@ -1,5 +1,5 @@ name: hasql-version: 1.5.0.2+version: 1.5.0.3 category: Hasql, Database, PostgreSQL synopsis: An efficient PostgreSQL driver with a flexible mapping API description:
library/Hasql/Private/Decoders.hs view
@@ -14,6 +14,7 @@ import qualified Hasql.Private.Decoders.Value as Value import qualified Hasql.Private.Decoders.Array as Array import qualified Hasql.Private.Decoders.Composite as Composite+import qualified Hasql.Private.Errors as Errors import qualified Hasql.Private.Prelude as Prelude import qualified Data.Vector.Generic as GenericVector @@ -44,7 +45,7 @@  {-| Exactly one row.-Will raise the 'Hasql.Errors.UnexpectedAmountOfRows' error if it's any other.+Will raise the 'Errors.UnexpectedAmountOfRows' error if it's any other. -} {-# INLINABLE singleRow #-} singleRow :: Row a -> Result a