Commit 34acef3c authored by Razzi Abuissa's avatar Razzi Abuissa

Turn off debug

parent 3ce32c88
...@@ -78,7 +78,7 @@ data ErrorOccurred = Success | Failure deriving (Show, Eq) ...@@ -78,7 +78,7 @@ data ErrorOccurred = Success | Failure deriving (Show, Eq)
-- | Enable debugging output -- | Enable debugging output
debug :: Bool debug :: Bool
debug = True debug = False
-- | Set GHC's verbosity for debugging -- | Set GHC's verbosity for debugging
ghcVerbosity :: Maybe Int ghcVerbosity :: Maybe Int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment