Bump base lower bound to 4.7

We are dropping support for ghc < 7.8.
This commit is contained in:
Jesse Rosenthal 2016-09-02 08:28:32 -04:00
parent 8701899b52
commit eee780b943

View file

@ -249,7 +249,7 @@ Flag old-locale
Default: False
Library
Build-Depends: base >= 4.6 && <5,
Build-Depends: base >= 4.7 && <5,
syb >= 0.1 && < 0.7,
containers >= 0.1 && < 0.6,
unordered-containers >= 0.2 && < 0.3,