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.
This commit is contained in:
John MacFarlane 2013-01-25 11:24:24 -08:00
parent 8b2e2e623f
commit bd645d9ae5

View file

@ -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