From ff8bb310a420cc3c59064ba8481f672d131ad3b6 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 13 Feb 2012 22:54:24 +0100 Subject: [PATCH] Quick style fix --- tests/Hakyll/Core/Compiler/Tests.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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