packages feed

hpgsql-0.1.0.0: src/Hpgsql/Cancellation.hs

module Hpgsql.Cancellation
  ( cancelActiveStatement,
  )
where

import Hpgsql.Internal (cancelActiveStatement)