summaryrefslogtreecommitdiff
path: root/tests/Hakyll/Web/Page
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-23 13:56:13 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-23 13:56:13 +0100
commit4586e7bb3d8b73f876ef5ca60f3180a7ad2c04ac (patch)
tree9ccf0b944fce630c31b98ae8ef9772008974ba22 /tests/Hakyll/Web/Page
parent01f75bc4336cec925db4c9f454e844d4f8c3f1b9 (diff)
downloadhakyll-4586e7bb3d8b73f876ef5ca60f3180a7ad2c04ac.tar.gz
Remove warnings in test suite
Diffstat (limited to 'tests/Hakyll/Web/Page')
-rw-r--r--tests/Hakyll/Web/Page/Tests.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Hakyll/Web/Page/Tests.hs b/tests/Hakyll/Web/Page/Tests.hs
index 4f53988..b44daca 100644
--- a/tests/Hakyll/Web/Page/Tests.hs
+++ b/tests/Hakyll/Web/Page/Tests.hs
@@ -4,13 +4,11 @@ module Hakyll.Web.Page.Tests
) where
import Test.Framework
-import Test.Framework.Providers.HUnit
import Test.HUnit hiding (Test)
import qualified Data.Map as M
import Hakyll.Web.Page
-import Hakyll.Web.Page.Internal
import Hakyll.Web.Page.Read
import TestSuite.Util