From b3c25a132694538224adbc6db68dc2f74df2ce6e Mon Sep 17 00:00:00 2001 From: Jonas Betzendahl Date: Sun, 27 Apr 2014 22:29:20 +0200 Subject: [PATCH] Fixed Pioneers.cabal (hopefully) --- Pioneers.cabal | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Pioneers.cabal b/Pioneers.cabal index c8e8c83..4aad55e 100644 --- a/Pioneers.cabal +++ b/Pioneers.cabal @@ -11,21 +11,18 @@ executable Pioneers } else { ghc-options: -Wall -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3 -fllvm } - other-module + other-modules: Map.Types, Map.Graphics, Map.Creation, Map.StaticMaps, Importer.IQM.Types, - Importer.IQM.TestMain, Importer.IQM.Parser, Render.Misc, Render.Render, Render.RenderObject, Render.Types, UI.Callbacks, - UI.Types, - UI.SurfaceOverlay Types main-is: Main.hs build-depends: