diff options
Diffstat (limited to 'src/Main.hs')
-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 2da277b64071..547dc92f4023 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -8,7 +8,7 @@ import System.Random import Xanthous.Game (getInitialState) import Xanthous.App (makeApp) import Xanthous.Generators - ( GeneratorInput(..) + ( GeneratorInput , parseGeneratorInput , generateFromInput , showCells |