From bd645d9ae5def0ee5bf2c31785b536022ada2357 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Fri, 25 Jan 2013 11:24:24 -0800
Subject: [PATCH] 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.
---
 pandoc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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