diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-03-09 22:26:18 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-03-09 22:26:18 +0100 |
commit | 434922b69f1869fa1e82407a83727c07dc129a80 (patch) | |
tree | 2dec9c3cff09f9929f7fbce031263d147d0e691d | |
parent | 9ba4b0e920d36abe1f1ae5061006b690695e38ca (diff) | |
download | hakyll-434922b69f1869fa1e82407a83727c07dc129a80.tar.gz |
Add missing modules for tests
Patch by Sergei Trofimovich
-rw-r--r-- | hakyll.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 3346d92..eb7ef78 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -186,6 +186,7 @@ Test-suite hakyll-tests Other-modules: Hakyll.Core.Dependencies.Tests Hakyll.Core.Identifier.Tests + Hakyll.Core.Provider.Metadata.Tests Hakyll.Core.Provider.Tests Hakyll.Core.Routes.Tests Hakyll.Core.Rules.Tests @@ -193,10 +194,11 @@ Test-suite hakyll-tests Hakyll.Core.Store.Tests Hakyll.Core.UnixFilter.Tests Hakyll.Core.Util.String.Tests + Hakyll.Web.Html.RelativizeUrls.Tests + Hakyll.Web.Html.Tests + Hakyll.Web.Pandoc.FileType.Tests Hakyll.Web.Template.Context.Tests Hakyll.Web.Template.Tests - Hakyll.Web.Html.Tests - Hakyll.Web.Html.RelativizeUrls.Tests TestSuite.Util Build-Depends: |