summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-17 14:43:41 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-17 14:43:41 +0100
commitfb381ddfd3a359ae85cd3fa0e8a0ad6ba3676631 (patch)
tree1968e3a35e844c783c7be305c9f56244a876ec64 /tests
parentaa44d6c0da442887155a47c77f03209224517af0 (diff)
downloadhakyll-fb381ddfd3a359ae85cd3fa0e8a0ad6ba3676631.tar.gz
Changed to tibbe's style guide for imports.
Diffstat (limited to 'tests')
-rw-r--r--tests/Tests.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Tests.hs b/tests/Tests.hs
index 501c09e..018d148 100644
--- a/tests/Tests.hs
+++ b/tests/Tests.hs
@@ -1,12 +1,12 @@
+import Data.Char
+import qualified Data.Map as M
+
import Test.Framework (defaultMain, testGroup)
import Test.Framework.Providers.QuickCheck2
import Test.Framework.Providers.HUnit
import Test.QuickCheck
import Test.HUnit
-import Data.Char
-import qualified Data.Map as M
-
import Text.Hakyll.CompressCSS
import Text.Hakyll.Util
import Text.Hakyll.Regex