summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-03-25 19:37:10 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-03-25 19:37:10 +0200
commit188395a6b63906fa0b6e9d2b71cef8d415531feb (patch)
tree601628501d710b5dd30aefd0a79b231b36aa804a /hakyll.cabal
parent8859115c303249297ba767af590217db5decafd1 (diff)
downloadhakyll-188395a6b63906fa0b6e9d2b71cef8d415531feb.tar.gz
Add test modules to tests' other-modules
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal20
1 files changed, 19 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 855c30d..d552c88 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 3.2.6.2
+Version: 3.2.6.3
Synopsis: A static website compiler library
Description:
@@ -179,3 +179,21 @@ Test-suite hakyll-tests
text >= 0.11 && < 0.12,
time >= 1.1 && < 1.5,
unix >= 2.4 && < 2.6
+
+ Other-modules:
+ Hakyll.Web.Util.Html.Tests
+ Hakyll.Web.Urls.Relativize.Tests
+ Hakyll.Web.Urls.Tests
+ Hakyll.Web.Template.Tests
+ Hakyll.Web.Page.Metadata.Tests
+ Hakyll.Web.Page.Tests
+ Hakyll.Core.Compiler.Tests
+ Hakyll.Core.Identifier.Tests
+ Hakyll.Core.Util.Arrow.Tests
+ Hakyll.Core.Util.String.Tests
+ Hakyll.Core.UnixFilter.Tests
+ Hakyll.Core.Routes.Tests
+ Hakyll.Core.Store.Tests
+ Hakyll.Core.Rules.Tests
+ Hakyll.Core.DependencyAnalyzer.Tests
+ TestSuite.Util