Add necessary modules to cabal config

This commit is contained in:
Tissevert 2018-11-19 23:26:32 +01:00
parent 3e27c33472
commit cbf031be41
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ cabal-version: >=1.10
executable hannah
main-is: Main.hs
-- other-modules:
other-modules: Automaton
, Config
-- other-extensions:
build-depends: base >=4.9 && <4.10
, bytestring