From 42398e71bb732260f83757a3f7525afe773c10da Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Sun, 24 Aug 2025 21:40:12 +0200 Subject: [PATCH] Expose ConnectionError constructors --- lib/Database/PostgreSQL/Opium/Connection.hs | 2 +- opium.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Database/PostgreSQL/Opium/Connection.hs b/lib/Database/PostgreSQL/Opium/Connection.hs index 3427569..e26a948 100644 --- a/lib/Database/PostgreSQL/Opium/Connection.hs +++ b/lib/Database/PostgreSQL/Opium/Connection.hs @@ -4,7 +4,7 @@ module Database.PostgreSQL.Opium.Connection ( Connection - , ConnectionError + , ConnectionError (..) , unsafeWithRawConnection , withRawConnection , connect diff --git a/opium.cabal b/opium.cabal index ce07839..8aed779 100644 --- a/opium.cabal +++ b/opium.cabal @@ -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: