summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-02-13 22:54:24 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-02-13 22:54:24 +0100
commitff8bb310a420cc3c59064ba8481f672d131ad3b6 (patch)
treedaeef2fdf3c241ebdb27bf8a63f249e81a169f02
parentf5c9c6fa32cd330a0daa4d6cbff9fcae53d317cc (diff)
downloadhakyll-ff8bb310a420cc3c59064ba8481f672d131ad3b6.tar.gz
Quick style fix
-rw-r--r--tests/Hakyll/Core/Compiler/Tests.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Hakyll/Core/Compiler/Tests.hs b/tests/Hakyll/Core/Compiler/Tests.hs
index 7ea7190..7ea3e6f 100644
--- a/tests/Hakyll/Core/Compiler/Tests.hs
+++ b/tests/Hakyll/Core/Compiler/Tests.hs
@@ -1,6 +1,7 @@
{-# LANGUAGE OverloadedStrings #-}
module Hakyll.Core.Compiler.Tests
- where
+ ( tests
+ ) where
import qualified Data.Map as M