aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-25 11:24:24 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-25 11:24:52 -0800
commitbd645d9ae5def0ee5bf2c31785b536022ada2357 (patch)
tree922b73871e74957af36fdb021bc12183bc102ffa /pandoc.cabal
parent8b2e2e623facbce81583086446555f9282652eab (diff)
downloadpandoc-bd645d9ae5def0ee5bf2c31785b536022ada2357.tar.gz
Relaxed old-time version bound, allowing 1.0.*.
I see no reason for the restriction, which requires a recent Haskell Platform. The module is only used in make-pandoc-man-pages anyway.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 14e7a325f..6136772cb 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -357,7 +357,7 @@ Executable make-pandoc-man-pages
base >= 4.2 && < 5,
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
- old-time >= 1.1 && < 1.2,
+ old-time >= 1.0 && < 1.2,
time >= 1.2 && < 1.5
Default-Language: Haskell98
Default-Extensions: CPP