Skip to content

Commit afd378e

Browse files
committed
Don't export WithConnection constructor from Effectful.PostgreSQL
It can still be found in `Effectful.PostgreSQL.Connection`.
1 parent 092e174 commit afd378e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

effectful-postgresql/src/Effectful/PostgreSQL.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Effectful.PostgreSQL
44
( -- * Effect
5-
WithConnection (..)
5+
WithConnection
66
, withConnection
77

88
-- ** Interpreters

0 commit comments

Comments
 (0)