From cfac1bbca6e5950d8abdc8329e84de4794e08677 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 13 Dec 2012 22:25:28 +0100 Subject: Rename require to load, thanks @ddfreyne --- tests/Hakyll/Core/Runtime/Tests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Hakyll/Core/Runtime/Tests.hs b/tests/Hakyll/Core/Runtime/Tests.hs index 38eb5f5..3488dba 100644 --- a/tests/Hakyll/Core/Runtime/Tests.hs +++ b/tests/Hakyll/Core/Runtime/Tests.hs @@ -36,7 +36,7 @@ case01 = withTestConfiguration $ \config -> do match "bodies.txt" $ do route idRoute compile $ do - items <- requireAllSnapshots "*.md" "raw" + items <- loadAllSnapshots "*.md" "raw" makeItem $ concat $ map itemBody (items :: [Item String]) example <- readFile $ destinationDirectory config "example.html" -- cgit v1.2.3