From 97f5ecfa875f9aa84878f95ba7f9faf9b2ef67fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amedeo=20Moln=C3=A1r?= Date: Fri, 23 Feb 2018 11:34:44 +0100 Subject: [PATCH] remove profiling --- tracer-game.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracer-game.cabal b/tracer-game.cabal index a460e84..917e5a9 100644 --- a/tracer-game.cabal +++ b/tracer-game.cabal @@ -42,5 +42,5 @@ executable tracer-game , random , vector hs-source-dirs: src - ghc-options: -Wall -prof + ghc-options: -Wall default-language: Haskell2010