summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorAlexey Kreshchuk <akrsch@gmail.com>2013-10-16 01:39:04 +0400
committerAlexey Kreshchuk <akrsch@gmail.com>2013-10-16 01:39:04 +0400
commit712ffa39b5857fdc5cdae1db38a177267a430b11 (patch)
treeb4b5f7c46f769dc176932894bbafe0878da99e3a /hakyll.cabal
parenta6ae4eb99dd5f9957adc3b5fe4011e69b9681e4c (diff)
downloadhakyll-712ffa39b5857fdc5cdae1db38a177267a430b11.tar.gz
Track metadata dependencies
I had to prepend some Rules to global Rules set. This might be possible to replaced by a correct Store.set call. I also had to prepend some Compile rules.
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 b014f23..7af36b6 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -133,6 +133,7 @@ Library
Hakyll.Core.Provider.Metadata
Hakyll.Core.Provider.MetadataCache
Hakyll.Core.Rules.Internal
+ Hakyll.Core.Rules.Default
Hakyll.Core.Runtime
Hakyll.Core.Store
Hakyll.Core.Util.File