From 4586e7bb3d8b73f876ef5ca60f3180a7ad2c04ac Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 23 Feb 2011 13:56:13 +0100 Subject: [PATCH] Remove warnings in test suite --- tests/Hakyll/Core/Identifier/Tests.hs | 1 - tests/Hakyll/Core/Routes/Tests.hs | 1 - tests/Hakyll/Web/Page/Tests.hs | 2 -- tests/Hakyll/Web/RelativizeUrls/Tests.hs | 1 - tests/Hakyll/Web/Template/Tests.hs | 1 - tests/TestSuite/Util.hs | 2 -- 6 files changed, 8 deletions(-) diff --git a/tests/Hakyll/Core/Identifier/Tests.hs b/tests/Hakyll/Core/Identifier/Tests.hs index a7d49e9..43dd6c1 100644 --- a/tests/Hakyll/Core/Identifier/Tests.hs +++ b/tests/Hakyll/Core/Identifier/Tests.hs @@ -4,7 +4,6 @@ module Hakyll.Core.Identifier.Tests ) where import Test.Framework -import Test.Framework.Providers.HUnit import Test.HUnit hiding (Test) import Hakyll.Core.Identifier.Pattern diff --git a/tests/Hakyll/Core/Routes/Tests.hs b/tests/Hakyll/Core/Routes/Tests.hs index cca2ee4..5aa6dbd 100644 --- a/tests/Hakyll/Core/Routes/Tests.hs +++ b/tests/Hakyll/Core/Routes/Tests.hs @@ -4,7 +4,6 @@ module Hakyll.Core.Routes.Tests ) where import Test.Framework -import Test.Framework.Providers.HUnit import Test.HUnit hiding (Test) import Hakyll.Core.Routes 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 diff --git a/tests/Hakyll/Web/RelativizeUrls/Tests.hs b/tests/Hakyll/Web/RelativizeUrls/Tests.hs index 033c5fd..05971ad 100644 --- a/tests/Hakyll/Web/RelativizeUrls/Tests.hs +++ b/tests/Hakyll/Web/RelativizeUrls/Tests.hs @@ -4,7 +4,6 @@ module Hakyll.Web.RelativizeUrls.Tests ) where import Test.Framework -import Test.Framework.Providers.HUnit import Test.HUnit hiding (Test) import Hakyll.Web.RelativizeUrls diff --git a/tests/Hakyll/Web/Template/Tests.hs b/tests/Hakyll/Web/Template/Tests.hs index a52eb5b..c772fa8 100644 --- a/tests/Hakyll/Web/Template/Tests.hs +++ b/tests/Hakyll/Web/Template/Tests.hs @@ -4,7 +4,6 @@ module Hakyll.Web.Template.Tests ) where import Test.Framework -import Test.Framework.Providers.HUnit import Test.HUnit hiding (Test) import qualified Data.Map as M diff --git a/tests/TestSuite/Util.hs b/tests/TestSuite/Util.hs index 66f101e..f32bcad 100644 --- a/tests/TestSuite/Util.hs +++ b/tests/TestSuite/Util.hs @@ -8,8 +8,6 @@ import Test.Framework import Test.Framework.Providers.HUnit import Test.HUnit hiding (Test) -import Hakyll.Core.Identifier.Pattern - fromAssertions :: String -- ^ Name -> [Assertion] -- ^ Cases -> [Test] -- ^ Result tests