File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Database/PostgreSQL/PQTypes/Internal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,13 +129,13 @@ data Connection = Connection
129129 }
130130
131131data InternalConnectionSource m cdata = InternalConnectionSource
132- { takeConnection :: m (Connection , cdata )
133- , putConnection :: forall r . (Connection , cdata ) -> ExitCase r -> m ()
132+ { takeConnection :: ! ( m (Connection , cdata ) )
133+ , putConnection :: ! ( forall r . (Connection , cdata ) -> ExitCase r -> m () )
134134 }
135135
136136-- | Database connection supplier.
137137data ConnectionSourceM m
138- = forall cdata . ConnectionSourceM (InternalConnectionSource m cdata )
138+ = forall cdata . ConnectionSourceM ! (InternalConnectionSource m cdata )
139139
140140-- | Wrapper for a polymorphic connection source.
141141newtype ConnectionSource (cs :: [(Type -> Type ) -> Constraint ]) = ConnectionSource
You can’t perform that action at this time.
0 commit comments