From b6c81987965f83962217e3b1abdfe36d3a53a812 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 27 Dec 2009 18:45:58 +0100 Subject: More explicit imports. --- src/Text/Hakyll/Renderables.hs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/Text/Hakyll/Renderables.hs') diff --git a/src/Text/Hakyll/Renderables.hs b/src/Text/Hakyll/Renderables.hs index c79df76..996534e 100644 --- a/src/Text/Hakyll/Renderables.hs +++ b/src/Text/Hakyll/Renderables.hs @@ -1,14 +1,13 @@ module Text.Hakyll.Renderables - ( CustomPage, - createCustomPage, - PagePath, - createPagePath + ( CustomPage + , createCustomPage + , PagePath + , createPagePath ) where -import System.FilePath +import System.FilePath (FilePath) import qualified Data.ByteString.Lazy.Char8 as B import qualified Data.Map as M -import Control.Monad import Text.Hakyll.Page import Text.Hakyll.Renderable import Text.Hakyll.File -- cgit v1.2.3