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)