hsbencher-1.0: HSBencher.hs
-- | Convenience module that reexports the necessary bits.
module HSBencher
(
module HSBencher.App,
module HSBencher.Types
)
where
import HSBencher.App
import HSBencher.Types
-- | Convenience module that reexports the necessary bits.
module HSBencher
(
module HSBencher.App,
module HSBencher.Types
)
where
import HSBencher.App
import HSBencher.Types