Bump base lower bound to 4.7
We are dropping support for ghc < 7.8.
This commit is contained in:
parent
8701899b52
commit
eee780b943
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ Flag old-locale
|
||||||
Default: False
|
Default: False
|
||||||
|
|
||||||
Library
|
Library
|
||||||
Build-Depends: base >= 4.6 && <5,
|
Build-Depends: base >= 4.7 && <5,
|
||||||
syb >= 0.1 && < 0.7,
|
syb >= 0.1 && < 0.7,
|
||||||
containers >= 0.1 && < 0.6,
|
containers >= 0.1 && < 0.6,
|
||||||
unordered-containers >= 0.2 && < 0.3,
|
unordered-containers >= 0.2 && < 0.3,
|
||||||
|
|
Loading…
Reference in a new issue