Skip to content
  • Martin Sjögren's avatar
    Remove -DDEBUG from OPTIONS pragmas · 062c13c1
    Martin Sjögren authored
    If you don't actually have HUnit installed, it's a pain in the butt
    to pass -i parameters or -package-conf parameters to ghci when you
    just want to check something in a module or another. Makes more sense
    to require -DDEBUG on the command line. Also, I changed the Makefile
    to define -DDEBUG when building moduleTest, so that should still work.
    062c13c1