From cbf031be41b2d3c98f80d08ad3a867f43d5b7bf5 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Mon, 19 Nov 2018 23:26:32 +0100 Subject: [PATCH] Add necessary modules to cabal config --- hannah.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hannah.cabal b/hannah.cabal index b007666..82ed425 100644 --- a/hannah.cabal +++ b/hannah.cabal @@ -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