diff options
| author | Simon Hengel <sol@typeful.net> | 2012-08-25 13:19:34 +0200 |
|---|---|---|
| committer | Simon Hengel <sol@typeful.net> | 2012-08-25 13:19:34 +0200 |
| commit | 147d9cbcc1d468a2a71ff419aee9c0725a5e70c7 (patch) | |
| tree | f708bc6555a7bcff504b27edf00413c2dca5e56f | |
| parent | ed9ff6c9ba93f0759d276715fd1162edc4d21ad7 (diff) | |
Add missing dependency to library
| -rw-r--r-- | haddock.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal index 116ee00c..f70d6813 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -149,6 +149,7 @@ library directory, pretty, containers, + deepseq, array, xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, |
