aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2012-10-01 23:46:12 +0200
committerSimon Hengel <sol@typeful.net>2012-10-03 18:49:40 +0200
commit72eaac4a758ea28b7585db1b0dc7b22068e78b48 (patch)
treebc0b47c6f1de1b9fc925abec983d51e8ab5bae5e /haddock.cabal
parenteb44b441af0cf6d1fcc68f10ea4a8758f03f2ad9 (diff)
Remove redundant dependency from cabal file
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index bbd4e755..da8f0afc 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -82,7 +82,6 @@ executable haddock
base >= 4.3 && < 4.7,
filepath,
directory,
- pretty,
containers,
deepseq,
array,
@@ -139,7 +138,6 @@ library
base >= 4.3 && < 4.7,
filepath,
directory,
- pretty,
containers,
deepseq,
array,