diff --git a/hasql.cabal b/hasql.cabal
--- a/hasql.cabal
+++ b/hasql.cabal
@@ -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:
diff --git a/library/Hasql/Private/Decoders.hs b/library/Hasql/Private/Decoders.hs
--- a/library/Hasql/Private/Decoders.hs
+++ b/library/Hasql/Private/Decoders.hs
@@ -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
