From 7bb38b456ade0b6869b97776fdc0a0111697e401 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 26 Feb 2020 12:04:08 +0100 Subject: Reorganize Hakyll.Main export list --- lib/Hakyll/Main.hs | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'lib') diff --git a/lib/Hakyll/Main.hs b/lib/Hakyll/Main.hs index ae2a5bc..2a31137 100644 --- a/lib/Hakyll/Main.hs +++ b/lib/Hakyll/Main.hs @@ -3,19 +3,22 @@ {-# LANGUAGE CPP #-} module Hakyll.Main - ( optionParser - , commandParser - , defaultParser - , defaultParserPure - , defaultParserPrefs - , defaultParserInfo + ( -- * Entry points , hakyll , hakyllWith , hakyllWithArgs , hakyllWithExitCode , hakyllWithExitCodeAndArgs + + -- * Command line argument parsers , Options(..) , Command(..) + , optionParser + , commandParser + , defaultParser + , defaultParserPure + , defaultParserPrefs + , defaultParserInfo ) where -- cgit v1.2.3