about summary refs log tree commit diff
path: root/users/aspen/xanthous/bench/Bench/Prelude.hs
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/xanthous/bench/Bench/Prelude.hs')
-rw-r--r--users/aspen/xanthous/bench/Bench/Prelude.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/aspen/xanthous/bench/Bench/Prelude.hs b/users/aspen/xanthous/bench/Bench/Prelude.hs
new file mode 100644
index 0000000000..c553abd6d5
--- /dev/null
+++ b/users/aspen/xanthous/bench/Bench/Prelude.hs
@@ -0,0 +1,9 @@
+--------------------------------------------------------------------------------
+module Bench.Prelude
+  ( module Xanthous.Prelude
+  , module Criterion.Main
+  ) where
+--------------------------------------------------------------------------------
+import Xanthous.Prelude
+import Criterion.Main
+--------------------------------------------------------------------------------