aboutsummaryrefslogtreecommitdiffstats
path: root/mirror-ball.cabal
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-31 01:20:34 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-31 01:20:34 +0000
commit28ce0049d34efbf9e18f543edd8cc8f66613e070 (patch)
treedad7ffaf743058cf03f3583988be7f017e84122b /mirror-ball.cabal
parent00a9db504cf921946207998b2897677bb3d4cbf6 (diff)
downloadmirror-ball-28ce0049d34efbf9e18f543edd8cc8f66613e070.tar.gz
mirror-ball-28ce0049d34efbf9e18f543edd8cc8f66613e070.zip
Finished coursework
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