diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-02-13 22:54:24 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-02-13 22:54:24 +0100 |
commit | ff8bb310a420cc3c59064ba8481f672d131ad3b6 (patch) | |
tree | daeef2fdf3c241ebdb27bf8a63f249e81a169f02 | |
parent | f5c9c6fa32cd330a0daa4d6cbff9fcae53d317cc (diff) | |
download | hakyll-ff8bb310a420cc3c59064ba8481f672d131ad3b6.tar.gz |
Quick style fix
-rw-r--r-- | tests/Hakyll/Core/Compiler/Tests.hs | 3 |
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 |