diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-10-04 14:14:41 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-10-04 14:14:41 +0200 |
commit | 371bc0347b21ff6693f9badeae4962433d42cc55 (patch) | |
tree | 1f62458183571d0d6566c095dbb57a0635699a37 /tests/Main.hs | |
parent | c73c09270d7605940c1064aef50675c0cff912c8 (diff) | |
download | hakyll-371bc0347b21ff6693f9badeae4962433d42cc55.tar.gz |
Clean up yesterday's work, fix tests
Diffstat (limited to 'tests/Main.hs')
-rw-r--r-- | tests/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Main.hs b/tests/Main.hs index 2c2717a..adcb613 100644 --- a/tests/Main.hs +++ b/tests/Main.hs @@ -12,6 +12,7 @@ import Template import Util -- | Run all tests. +main :: IO () main = defaultMain [ compressCssGroup , fileGroup , pageGroup |