Update lower bounds for containers and base

Closes #28.
This commit is contained in:
Brent Yorgey 2015-12-22 07:31:36 -06:00
parent 1ce26e8cd2
commit ae6b8db29b

View File

@ -54,20 +54,20 @@ flag testing
default: False default: False
library library
build-depends: base >= 3 && < 5, build-depends: base >= 4.5 && < 5,
containers, containers >= 0.5 && < 0.6,
directory, directory,
extensible-exceptions, extensible-exceptions,
filepath, filepath,
old-locale, old-locale,
old-time, old-time,
process, process,
random, random,
mtl >= 1 && < 3, mtl >= 1 && < 3,
unix, unix,
X11>=1.6.1 && < 1.7, X11>=1.6.1 && < 1.7,
xmonad>=0.12 && < 0.13, xmonad>=0.12 && < 0.13,
utf8-string utf8-string
if flag(use_xft) if flag(use_xft)
build-depends: X11-xft >= 0.2 build-depends: X11-xft >= 0.2