Expose ConnectionError constructors

This commit is contained in:
Paul Brinkmeier 2025-08-24 21:40:12 +02:00
parent 1c32e4244e
commit 42398e71bb
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
module Database.PostgreSQL.Opium.Connection module Database.PostgreSQL.Opium.Connection
( Connection ( Connection
, ConnectionError , ConnectionError (..)
, unsafeWithRawConnection , unsafeWithRawConnection
, withRawConnection , withRawConnection
, connect , connect

View File

@ -20,7 +20,7 @@ name: opium
-- PVP summary: +-+------- breaking API changes -- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions -- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change -- | | | +--- code changes with no API change
version: 1.1.0.0 version: 1.1.1.0
-- A short (one-line) description of the package. -- A short (one-line) description of the package.
-- synopsis: -- synopsis: