aboutsummaryrefslogtreecommitdiffstats
path: root/mirror-ball.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'mirror-ball.cabal')
-rw-r--r--mirror-ball.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/mirror-ball.cabal b/mirror-ball.cabal
index 44a0b9c..314c440 100644
--- a/mirror-ball.cabal
+++ b/mirror-ball.cabal
@@ -17,8 +17,11 @@ executable mirror-ball
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
+ other-modules: Vec
+ ghc-options: -threaded
build-depends: base >= 4.7 && < 5
, bytestring >= 0.10.8.2
+ , criterion >= 1.5.3.0
, directory >= 1.3.3.0
, pfm >= 0.1.0.0
, text >= 1.2.3.1