summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-11-10 20:42:23 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-11-10 20:42:23 +0100
commit9aa11b26cdba009fe268f874c07f9037250bf2c6 (patch)
tree5c97d953049a1a916d86126db6a6646b3a9a8cd3 /hakyll.cabal
parent9eda3425a3153e0f226cc0e32b38c82cc7c806ef (diff)
downloadhakyll-9aa11b26cdba009fe268f874c07f9037250bf2c6.tar.gz
Pick dependency analyzer from old develop branch
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index b1fd308..ae604a8 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -72,6 +72,7 @@ Library
citeproc-hs >= 0.3.2 && < 0.4,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.8,
+ deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
hamlet >= 1.0 && < 1.2,
@@ -93,8 +94,6 @@ Library
Hakyll.Core.Compiler
Hakyll.Core.Configuration
Hakyll.Core.DependencyAnalyzer
- Hakyll.Core.DirectedGraph
- Hakyll.Core.DirectedGraph.Dot
Hakyll.Core.Identifier
Hakyll.Core.Identifier.Pattern
Hakyll.Core.Logger
@@ -130,7 +129,8 @@ Library
Other-Modules:
Hakyll.Core.CompiledItem
Hakyll.Core.Compiler.Internal
- Hakyll.Core.DirectedGraph.Internal
+ Hakyll.Core.DirectedGraph
+ Hakyll.Core.DirectedGraph.Dot
Hakyll.Core.ResourceProvider.Internal
Hakyll.Core.ResourceProvider.Metadata
Hakyll.Core.ResourceProvider.MetadataCache
@@ -181,6 +181,7 @@ Test-suite hakyll-tests
citeproc-hs >= 0.3.2 && < 0.4,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.8,
+ deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
hamlet >= 1.0 && < 1.2,