summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2014-07-26 23:52:40 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2014-07-27 00:36:23 +0100
commit9e4604fa0b20b12177fe1f24650e4dfaf388e33a (patch)
treeaa766a51032a10512bd0eac0310600e7e4e6bb3e /pandoc.cabal
parent00cb9836b8da773cb6bbe18b6d12944c04bcf3e9 (diff)
Added compatability layer to support directory-1.1
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 933d9a467..6597b27ed 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -235,7 +235,8 @@ Library
hslua >= 0.3 && < 0.4,
binary >= 0.5 && < 0.8,
SHA >= 1.6 && < 1.7,
- haddock-library >= 1.1 && < 1.2
+ haddock-library >= 1.1 && < 1.2,
+ old-time
if flag(https)
Build-Depends: http-client >= 0.3.2 && < 0.4,
http-client-tls >= 0.2 && < 0.3,
@@ -319,6 +320,7 @@ Library
Text.Pandoc.Compat.Monoid,
Text.Pandoc.Compat.Except,
Text.Pandoc.Compat.TagSoupEntity,
+ Text.Pandoc.Compat.Directory
Paths_pandoc
Buildable: True