summaryrefslogtreecommitdiff
path: root/tests/Hakyll
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-12-18 20:05:28 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2017-12-18 20:05:28 +0100
commit030864a921d38405778ddeb1286e8922955c8ab4 (patch)
tree81b65317f3b48dd39f192739dcc39b5adac35c5f /tests/Hakyll
parent7634b44e4ad9f6a0ba77c377eb1ee43085687789 (diff)
downloadhakyll-030864a921d38405778ddeb1286e8922955c8ab4.tar.gz
Fix warnings and errors
Diffstat (limited to 'tests/Hakyll')
-rw-r--r--tests/Hakyll/Web/CompressCss/Tests.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Hakyll/Web/CompressCss/Tests.hs b/tests/Hakyll/Web/CompressCss/Tests.hs
index bf51ee2..66922cd 100644
--- a/tests/Hakyll/Web/CompressCss/Tests.hs
+++ b/tests/Hakyll/Web/CompressCss/Tests.hs
@@ -5,9 +5,8 @@ module Hakyll.Web.CompressCss.Tests
--------------------------------------------------------------------------------
-import Data.Char (toUpper)
import Test.Tasty (TestTree, testGroup)
-import Test.Tasty.HUnit (assert, (@=?))
+import Test.Tasty.HUnit ((@=?))
--------------------------------------------------------------------------------