summaryrefslogtreecommitdiff
path: root/tests/TestSuite
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-05-28 10:46:22 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-05-28 10:46:22 +0200
commit3c8f31040f6f1bdb905d8df181dc30bca1bafbb2 (patch)
tree305686fbfa63d69f15573518a2dec68f4c043575 /tests/TestSuite
parent01a8ab20d6ee5595da12601754931994865f09e6 (diff)
downloadhakyll-3c8f31040f6f1bdb905d8df181dc30bca1bafbb2.tar.gz
Type-safe identifiers in tests
Diffstat (limited to 'tests/TestSuite')
-rw-r--r--tests/TestSuite/Util.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TestSuite/Util.hs b/tests/TestSuite/Util.hs
index d82b280..50688ae 100644
--- a/tests/TestSuite/Util.hs
+++ b/tests/TestSuite/Util.hs
@@ -33,9 +33,9 @@ makeStoreTest = makeStore "_store"
-- | Testing for 'runCompilerJob'
--
runCompilerJobTest :: Compiler () a
- -> Identifier
+ -> Identifier ()
-> ResourceProvider
- -> [Identifier]
+ -> [Identifier ()]
-> IO a
runCompilerJobTest compiler id' provider uni = do
store <- makeStoreTest