summaryrefslogtreecommitdiff
path: root/src/Hakyll/Web/CompressCss.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-01-18 10:33:13 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-01-18 10:33:13 +0100
commit821dd38c138e33194105162f7ad4140c9c46fcf2 (patch)
tree70362cabaaa4adcc0b8d57b0439518e312e2e463 /src/Hakyll/Web/CompressCss.hs
parent88b823eb5ee8f97bd7320fbcdec8037f46456d72 (diff)
downloadhakyll-821dd38c138e33194105162f7ad4140c9c46fcf2.tar.gz
Add some more defaults
Diffstat (limited to 'src/Hakyll/Web/CompressCss.hs')
-rw-r--r--src/Hakyll/Web/CompressCss.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Web/CompressCss.hs b/src/Hakyll/Web/CompressCss.hs
index 6e3b6f2..e138ea2 100644
--- a/src/Hakyll/Web/CompressCss.hs
+++ b/src/Hakyll/Web/CompressCss.hs
@@ -1,7 +1,7 @@
-- | Module used for CSS compression. The compression is currently in a simple
-- state, but would typically reduce the number of bytes by about 25%.
--
-module Text.Hakyll.Internal.CompressCss
+module Hakyll.Web.CompressCss
( compressCss
) where