diff options
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 |