diff options
| -rw-r--r-- | src/Main.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index bddc85e..75f379b 100644 --- a/src/Main.hs +++ b/src/Main.hs  | |||
| @@ -102,7 +102,7 @@ main = do | |||
| 102 | , cmd "log" dumpLog "Print the combat log" | 102 | , cmd "log" dumpLog "Print the combat log" | 
| 103 | , cmd "val" printVal "Find the distribution of a specific value of the current entities" | 103 | , cmd "val" printVal "Find the distribution of a specific value of the current entities" | 
| 104 | ] | 104 | ] | 
| 105 | , wordBreakChars = wordBreakChars initialShellDescription \\ [','] | 105 | , wordBreakChars = wordBreakChars initialShellDescription \\ [',', '\''] | 
| 106 | } | 106 | } | 
| 107 | void $ runShell description haskelineBackend (def :: GameState) | 107 | void $ runShell description haskelineBackend (def :: GameState) | 
| 108 | 108 | ||
