about summary refs log tree commit diff
path: root/users/glittershark/xanthous/bench/Bench/Prelude.hs
--------------------------------------------------------------------------------
module Bench.Prelude
  ( module Xanthous.Prelude
  , module Criterion.Main
  ) where
--------------------------------------------------------------------------------
import Xanthous.Prelude
import Criterion.Main
--------------------------------------------------------------------------------