summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2016-10-16 10:41:34 +0200
committerGitHub <noreply@github.com>2016-10-16 10:41:34 +0200
commit9d4640b76431be46847f28ea6d167bce83500e03 (patch)
tree63fdb6cd62f5275b34cc5cf12a94fa7fd65ac65f /hakyll.cabal
parent32e34f435c7911f36acdf4a62eec1f56faf0b269 (diff)
parent9f850a9035c29de568fb61b9646f657f5935ab89 (diff)
downloadhakyll-9d4640b76431be46847f28ea6d167bce83500e03.tar.gz
Merge pull request #463 from NicoleRauch/master
Bugfix: CompressCss modified CSS string constants which it should not do
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 44a09e5..28f5492 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -223,6 +223,7 @@ Test-suite hakyll-tests
Hakyll.Core.Store.Tests
Hakyll.Core.UnixFilter.Tests
Hakyll.Core.Util.String.Tests
+ Hakyll.Web.CompressCss.Tests
Hakyll.Web.Html.RelativizeUrls.Tests
Hakyll.Web.Html.Tests
Hakyll.Web.Pandoc.FileType.Tests