diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-11-12 16:10:06 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-11-12 16:10:06 +0100 |
commit | 760b4344377c81922ce5ab4ba05a41f88f45165d (patch) | |
tree | a2b7f45c61938879e4badce363f03c5abf85ae66 /tests/Hakyll/Core/Dependencies | |
parent | c7d3c60c54926b54847bfc691e27f24dc644dd65 (diff) | |
download | hakyll-760b4344377c81922ce5ab4ba05a41f88f45165d.tar.gz |
WIP
Diffstat (limited to 'tests/Hakyll/Core/Dependencies')
-rw-r--r-- | tests/Hakyll/Core/Dependencies/Tests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Hakyll/Core/Dependencies/Tests.hs b/tests/Hakyll/Core/Dependencies/Tests.hs index 3117386..cf1d682 100644 --- a/tests/Hakyll/Core/Dependencies/Tests.hs +++ b/tests/Hakyll/Core/Dependencies/Tests.hs @@ -29,7 +29,7 @@ tests = testGroup "Hakyll.Core.Dependencies.Tests" -------------------------------------------------------------------------------- -oldUniverse :: [Identifier ()] +oldUniverse :: [Identifier] oldUniverse = M.keys oldFacts |