diff options
Diffstat (limited to 'src/Text/Hakyll/Page.hs')
-rw-r--r-- | src/Text/Hakyll/Page.hs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Text/Hakyll/Page.hs b/src/Text/Hakyll/Page.hs index 89e1bef..ed5f7cf 100644 --- a/src/Text/Hakyll/Page.hs +++ b/src/Text/Hakyll/Page.hs @@ -1,11 +1,11 @@ module Text.Hakyll.Page - ( Page, - fromContext, - getValue, - copyValueWith, - getBody, - readPage, - writePage + ( Page + , fromContext + , getValue + , copyValueWith + , getBody + , readPage + , writePage ) where import qualified Data.Map as M |