diff options
Diffstat (limited to 'src/Utils.hs')
| -rw-r--r-- | src/Utils.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Utils.hs b/src/Utils.hs index e0695c3..56fd1a2 100644 --- a/src/Utils.hs +++ b/src/Utils.hs @@ -14,7 +14,8 @@ data Config = Config { configScriptFileName :: Maybe String, configVerboseMode :: Bool, configShowHelp :: Bool, - configPrintEvaled :: Bool + configPrintEvaled :: Bool, + configPrintCallStack :: Bool } type LContext a = ReaderT Config (ExceptT LException IO) a |
