aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 6d891e625..049ce1191 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -416,7 +416,6 @@ Library
Text.Pandoc.Highlighting,
Text.Pandoc.Compat.Time,
Text.Pandoc.Compat.TagSoupEntity,
- Text.Pandoc.Compat.Directory,
Paths_pandoc
Buildable: True
@@ -425,7 +424,7 @@ Executable pandoc
Build-Depends: pandoc,
pandoc-types >= 1.16 && < 1.17,
base >= 4.2 && <5,
- directory >= 1 && < 1.3,
+ directory >= 1.2 && < 1.3,
filepath >= 1.1 && < 1.5,
text >= 0.11 && < 1.3,
bytestring >= 0.9 && < 0.11,