diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-02-23 13:56:13 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-02-23 13:56:13 +0100 |
commit | 4586e7bb3d8b73f876ef5ca60f3180a7ad2c04ac (patch) | |
tree | 9ccf0b944fce630c31b98ae8ef9772008974ba22 /tests/Hakyll/Core | |
parent | 01f75bc4336cec925db4c9f454e844d4f8c3f1b9 (diff) | |
download | hakyll-4586e7bb3d8b73f876ef5ca60f3180a7ad2c04ac.tar.gz |
Remove warnings in test suite
Diffstat (limited to 'tests/Hakyll/Core')
-rw-r--r-- | tests/Hakyll/Core/Identifier/Tests.hs | 1 | ||||
-rw-r--r-- | tests/Hakyll/Core/Routes/Tests.hs | 1 |
2 files changed, 0 insertions, 2 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 |