diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-05-24 23:17:32 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-05-24 23:17:32 +0200 |
commit | 01d989894cbd5724240b07a577de2c7654c22300 (patch) | |
tree | 211584f787a07b2880b9bbe106ec506f70764c39 /tests/Hakyll/Core/Rules | |
parent | 6025e2fab8eae692b6af8ad8f2a6e3f27ebeafc4 (diff) | |
download | hakyll-01d989894cbd5724240b07a577de2c7654c22300.tar.gz |
Add some store tests
Diffstat (limited to 'tests/Hakyll/Core/Rules')
-rw-r--r-- | tests/Hakyll/Core/Rules/Tests.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Hakyll/Core/Rules/Tests.hs b/tests/Hakyll/Core/Rules/Tests.hs index 1b388e8..ac2126c 100644 --- a/tests/Hakyll/Core/Rules/Tests.hs +++ b/tests/Hakyll/Core/Rules/Tests.hs @@ -1,7 +1,8 @@ {-# LANGUAGE OverloadedStrings #-} {-# OPTIONS_GHC -fno-warn-unused-do-bind #-} module Hakyll.Core.Rules.Tests - where + ( tests + ) where import qualified Data.Map as M import qualified Data.Set as S |