From e5c97d978bf34bdc98d97bf42ee2be29a5af4242 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 29 Oct 2012 15:01:58 +0100 Subject: Pick Store from the develop branch --- tests/TestSuite/Util.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/TestSuite') diff --git a/tests/TestSuite/Util.hs b/tests/TestSuite/Util.hs index aa34ab6..4fd87bf 100644 --- a/tests/TestSuite/Util.hs +++ b/tests/TestSuite/Util.hs @@ -16,7 +16,8 @@ import Hakyll.Core.Compiler.Internal import Hakyll.Core.Identifier import Hakyll.Core.Logger import Hakyll.Core.Resource.Provider -import Hakyll.Core.Store +import Hakyll.Core.Store (Store) +import qualified Hakyll.Core.Store as Store fromAssertions :: String -- ^ Name -> [Assertion] -- ^ Cases @@ -28,7 +29,7 @@ fromAssertions name = zipWith testCase names -- | Create a store for testing -- makeStoreTest :: IO Store -makeStoreTest = makeStore True "_store" +makeStoreTest = Store.new True "_store" -- | Testing for 'runCompilerJob' -- -- cgit v1.2.3