summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-12-22 11:48:08 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-22 11:48:08 -0800
commitdc597a8a68eff403d6e800a62ab93548adcc6f41 (patch)
tree4dfd6415cb87091ec41d4d4d483ec141807c6afe /pandoc.cabal
parent8e9c490b0aa71423df5c0cfc7f9e09f5b0643c49 (diff)
Removed all dependencies on 'pretty' package.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 089ba6095..02e80845f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -165,7 +165,7 @@ Library
-- Note: the following material must be in both Library and Executable stanzas.
-- It needs to be duplicated because of the library & executable flags.
-- BEGIN DUPLICATED SECTION
- Build-Depends: pretty >= 1, containers >= 0.1,
+ Build-Depends: containers >= 0.1,
parsec >= 2.1, xhtml >= 3000.0,
mtl >= 1.1, network >= 2, filepath >= 1.1,
process >= 1, directory >= 1,
@@ -238,7 +238,7 @@ Executable pandoc
-- Note: the following material must be in both Library and Executable stanzas.
-- It needs to be duplicated because of the library & executable flags.
-- BEGIN DUPLICATED SECTION
- Build-Depends: pretty >= 1, containers >= 0.1,
+ Build-Depends: containers >= 0.1,
parsec >= 2.1, xhtml >= 3000.0,
mtl >= 1.1, network >= 2, filepath >= 1.1,
process >= 1, directory >= 1,