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