From d69647dcd3d882439f4e7e8f31c59674678ec191 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sun, 5 Oct 2014 21:12:08 +0200 Subject: [PATCH] Add all other modules to the cabal file --- CG2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CG2.cabal b/CG2.cabal index 79285df..1630043 100644 --- a/CG2.cabal +++ b/CG2.cabal @@ -54,7 +54,7 @@ executable CG2 main-is: Main.hs -- Modules included in this executable, other than Main. - -- other-modules: + other-modules: Defaults Diagram Gtk Meshparser Parser Util -- LANGUAGE extensions used by modules in this package. -- other-extensions: