about summary refs log tree commit diff
path: root/users/grfn/xanthous/bench/Bench/Prelude.hs
blob: c553abd6d5d0404cd7916f6bfa9e6d845d89d663 (plain) (blame)
1
2
3
4
5
6
7
8
9
--------------------------------------------------------------------------------
module Bench.Prelude
  ( module Xanthous.Prelude
  , module Criterion.Main
  ) where
--------------------------------------------------------------------------------
import Xanthous.Prelude
import Criterion.Main
--------------------------------------------------------------------------------