enable debugging

This commit is contained in:
nek0 2016-12-24 08:26:45 +01:00
parent d5bf09919c
commit a564eed511

View file

@ -49,7 +49,7 @@ library
, UndecidableInstances , UndecidableInstances
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -Wall ghc-options: -Wall -debug
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base >=4.9 && <4.10 build-depends: base >=4.9 && <4.10
, sdl2 , sdl2
@ -118,7 +118,7 @@ executable example02
executable example03 executable example03
hs-source-dirs: examples hs-source-dirs: examples
main-is: example03.hs 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-language: Haskell2010
default-extensions: OverloadedStrings default-extensions: OverloadedStrings
if flag(examples) if flag(examples)