enable debugging

This commit is contained in:
nek0 2016-12-24 08:26:45 +01:00
parent d5bf09919c
commit a564eed511
1 changed files with 2 additions and 2 deletions

View File

@ -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)