summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-28 16:04:35 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-28 16:04:35 -0800
commitf437827b0cb8158fcad325ef7efd1321524468f1 (patch)
tree88de22a1a1bd60584e6cfdaff1e14dec310c392a /pandoc.cabal
parent3a0b3df00701eef2a0549487e08fa4d63c3ab8d9 (diff)
Remove dependency on old-time.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index f25fceae2..9d598fdc3 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -202,7 +202,6 @@ Library
bytestring >= 0.9 && < 1.0,
zip-archive >= 0.1.1.7 && < 0.2,
utf8-string >= 0.3 && < 0.4,
- old-time >= 1 && < 1.2,
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
@@ -295,7 +294,6 @@ Executable pandoc
bytestring >= 0.9 && < 1.0,
zip-archive >= 0.1.1.7 && < 0.2,
utf8-string >= 0.3 && < 0.4,
- old-time >= 1 && < 1.2,
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,