Expose ConnectionError constructors
This commit is contained in:
parent
1c32e4244e
commit
42398e71bb
@ -4,7 +4,7 @@
|
||||
|
||||
module Database.PostgreSQL.Opium.Connection
|
||||
( Connection
|
||||
, ConnectionError
|
||||
, ConnectionError (..)
|
||||
, unsafeWithRawConnection
|
||||
, withRawConnection
|
||||
, connect
|
||||
|
@ -20,7 +20,7 @@ name: opium
|
||||
-- PVP summary: +-+------- breaking API changes
|
||||
-- | | +----- non-breaking API additions
|
||||
-- | | | +--- code changes with no API change
|
||||
version: 1.1.0.0
|
||||
version: 1.1.1.0
|
||||
|
||||
-- A short (one-line) description of the package.
|
||||
-- synopsis:
|
||||
|
Loading…
x
Reference in New Issue
Block a user