From 478fb074b7101beabc149f01f45061d3aeefe3eb Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 21 May 2020 01:02:31 +0200 Subject: compiler: fix typo --- compiler/app/Main.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compiler/app/Main.hs') diff --git a/compiler/app/Main.hs b/compiler/app/Main.hs index 48e5644..061fab7 100644 --- a/compiler/app/Main.hs +++ b/compiler/app/Main.hs @@ -42,7 +42,7 @@ data Options = Options , outputDir :: FilePath , outputIndex :: FilePath , galleryConfig :: FilePath - , rebuilAll :: Bool + , rebuildAll :: Bool , cleanOutput :: Bool , withViewer :: Maybe FilePath } deriving (Show, Data, Typeable) @@ -73,7 +73,7 @@ options = Options &= name "gallery-config" &= explicit &= help "Gallery configuration file (default=/gallery.yaml)" - , rebuilAll = False + , rebuildAll = False &= name "r" &= name "rebuild-all" &= explicit @@ -130,7 +130,7 @@ main = (galleryOutputDir opts) (outputIndex opts) [outputDir opts] - (rebuilAll opts) + (rebuildAll opts) (cleanOutput opts) where checkDistinctPaths :: FilePath -> FilePath -> IO () -- cgit v1.2.3