mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Turn off debug
This commit is contained in:
parent
3ce32c8857
commit
34acef3c50
@ -78,7 +78,7 @@ data ErrorOccurred = Success | Failure deriving (Show, Eq)
|
||||
|
||||
-- | Enable debugging output
|
||||
debug :: Bool
|
||||
debug = True
|
||||
debug = False
|
||||
|
||||
-- | Set GHC's verbosity for debugging
|
||||
ghcVerbosity :: Maybe Int
|
||||
|
Loading…
x
Reference in New Issue
Block a user