aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-02-03 02:26:54 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-02-03 02:26:54 +0000
commit91181429f7b9450068cb00903057d0c0d4e20a89 (patch)
treeba7570859b1e860a5314fe844059d2027d07b82f /verifuzz.cabal
parentba4297835ad891cf53e8b5d22c95a2bf6d1470c3 (diff)
downloadverismith-91181429f7b9450068cb00903057d0c0d4e20a89.tar.gz
verismith-91181429f7b9450068cb00903057d0c0d4e20a89.zip
Add options
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index cdfd41f..ab530fa 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -55,9 +55,11 @@ library
default-extensions: OverloadedStrings
executable verifuzz
- main-is: app/Main.hs
+ hs-source-dirs: app
+ main-is: Main.hs
default-language: Haskell2010
ghc-options: -threaded
+ other-modules: Simulation
build-depends: base >= 4.7 && < 5
, verifuzz
, fgl