From ddb99e35923f26055c466531bb14d3f7d78bfbb8 Mon Sep 17 00:00:00 2001 From: tpajenka Date: Fri, 28 Feb 2014 14:56:00 +0100 Subject: [PATCH] removed llvm dependency --- Pioneers.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pioneers.cabal b/Pioneers.cabal index 2a39666..f9aef18 100644 --- a/Pioneers.cabal +++ b/Pioneers.cabal @@ -6,7 +6,7 @@ author: sdressel executable Pioneers hs-source-dirs: src - ghc-options: -Wall -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3 -fllvm + ghc-options: -Wall -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3 other-modules: Map.Map, Render.Misc,