summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAntoine Latter <aslatter@gmail.com>2011-12-22 16:47:13 -0500
committerAntoine Latter <aslatter@gmail.com>2011-12-22 16:49:14 -0500
commit08e8adaf016280d2dd4ddb180474fa183a8e1008 (patch)
treea64ce13efecbd04b5562b1b9496fa43aba1e6c97 /pandoc.cabal
parentfca95bf43c16f19466df26c7875a5c8be144b77e (diff)
Update build depends for GHC 7.4
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d6eb33d41..d60636518 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -204,13 +204,13 @@ Library
blaze-html >= 0.4.3.0 && < 0.5,
mtl >= 1.1 && < 2.1,
network >= 2 && < 2.4,
- filepath >= 1.1 && < 1.3,
+ filepath >= 1.1 && < 1.4,
process >= 1 && < 1.2,
directory >= 1 && < 1.2,
bytestring >= 0.9 && < 1.0,
zip-archive >= 0.1.1.7 && < 0.2,
utf8-string >= 0.3 && < 0.4,
- old-time >= 1 && < 1.1,
+ old-time >= 1 && < 1.2,
HTTP >= 4000.0.5 && < 4000.3,
texmath >= 0.5 && < 0.6,
xml >= 1.3.5 && < 1.4,
@@ -290,13 +290,13 @@ Executable pandoc
blaze-html >= 0.4.3.0 && < 0.5,
mtl >= 1.1 && < 2.1,
network >= 2 && < 2.4,
- filepath >= 1.1 && < 1.3,
+ filepath >= 1.1 && < 1.4,
process >= 1 && < 1.2,
directory >= 1 && < 1.2,
bytestring >= 0.9 && < 1.0,
zip-archive >= 0.1.1.7 && < 0.2,
utf8-string >= 0.3 && < 0.4,
- old-time >= 1 && < 1.1,
+ old-time >= 1 && < 1.2,
HTTP >= 4000.0.5 && < 4000.3,
texmath >= 0.5 && < 0.6,
xml >= 1.3.5 && < 1.4,