enable logging for example02

This commit is contained in:
nek0 2017-11-18 11:16:19 +01:00
parent 45121cf1c1
commit 3d532d6673

View file

@ -113,10 +113,17 @@ executable example01
extra-libraries: stdc++
executable example02
if flag(debug)
cpp-options: -DDEBUG
if flag(warn)
cpp-options: -DWARN
if flag(error)
cpp-options: -DERROR
main-is: Main.hs
other-modules: Util
, Types
, Init
, Logging
-- other-extensions:
default-extensions: OverloadedStrings
build-depends: base >=4.9