diff options
author | Simonas Kazlauskas <git@kazlauskas.me> | 2013-04-03 13:11:15 +0300 |
---|---|---|
committer | Simonas Kazlauskas <git@kazlauskas.me> | 2013-04-03 13:11:15 +0300 |
commit | b5e34c64a78c687fa8c0fef6c4afb2fd77cc2414 (patch) | |
tree | 411f88aa5679bf9176dfa84a4a45fa2cd069288f /tests/TestSuite/Util.hs | |
parent | 259190e30bb9136aef5b06546d47306edc2ad3ee (diff) | |
parent | c40cf286afacd130c1ddd28abacb3c484895076b (diff) | |
download | hakyll-b5e34c64a78c687fa8c0fef6c4afb2fd77cc2414.tar.gz |
Merge github.com:jaspervdj/hakyll into fsnotify
Diffstat (limited to 'tests/TestSuite/Util.hs')
-rw-r--r-- | tests/TestSuite/Util.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestSuite/Util.hs b/tests/TestSuite/Util.hs index 6cef730..ef8768c 100644 --- a/tests/TestSuite/Util.hs +++ b/tests/TestSuite/Util.hs @@ -46,7 +46,7 @@ newTestStore = Store.new True $ storeDirectory testConfiguration -------------------------------------------------------------------------------- newTestProvider :: Store -> IO Provider -newTestProvider store = newProvider store (const False) $ +newTestProvider store = newProvider store (const $ return False) $ providerDirectory testConfiguration |