Add necessary modules to cabal config
This commit is contained in:
parent
3e27c33472
commit
cbf031be41
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue