From a564eed511298b1141804d05c84a5948373a82de Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 24 Dec 2016 08:26:45 +0100 Subject: [PATCH] enable debugging --- affection.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/affection.cabal b/affection.cabal index 9c73464..1ff5b90 100644 --- a/affection.cabal +++ b/affection.cabal @@ -49,7 +49,7 @@ library , UndecidableInstances hs-source-dirs: src default-language: Haskell2010 - ghc-options: -Wall + ghc-options: -Wall -debug -- Other library packages from which modules are imported. build-depends: base >=4.9 && <4.10 , sdl2 @@ -118,7 +118,7 @@ executable example02 executable example03 hs-source-dirs: examples main-is: example03.hs - ghc-options: -threaded -Wall -auto-all -caf-all -rtsopts + ghc-options: -threaded -Wall -auto-all -caf-all -rtsopts -debug default-language: Haskell2010 default-extensions: OverloadedStrings if flag(examples)