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/Util.hs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/Text/Hakyll/Util.hs') diff --git a/src/Text/Hakyll/Util.hs b/src/Text/Hakyll/Util.hs index 7dc0ce3..d498281 100644 --- a/src/Text/Hakyll/Util.hs +++ b/src/Text/Hakyll/Util.hs @@ -1,12 +1,11 @@ module Text.Hakyll.Util - ( trim, - split, - stripHTML + ( trim + , split + , stripHTML ) where -import Data.Char -import Data.List -import Text.Regex +import Data.Char (isSpace) +import Text.Regex (splitRegex, mkRegex) -- | Trim a string (drop spaces and tabs at both sides). trim :: String -> String -- cgit v1.2.3