Bump 'either' upper-bound
This commit is contained in:
parent
c6467e2e70
commit
ce012da4ee
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
-----
|
-----
|
||||||
* Bump attoparsec upper bound to < 0.14
|
* Bump attoparsec upper bound to < 0.14
|
||||||
* Bump wai-app-static upper bound to < 3.2
|
* Bump wai-app-static upper bound to < 3.2
|
||||||
|
* Bump either upper bound to < 4.5
|
||||||
|
|
||||||
0.4
|
0.4
|
||||||
---
|
---
|
||||||
|
|
|
@ -43,7 +43,7 @@ library
|
||||||
, aeson >= 0.7 && < 0.9
|
, aeson >= 0.7 && < 0.9
|
||||||
, attoparsec >= 0.12 && < 0.14
|
, attoparsec >= 0.12 && < 0.14
|
||||||
, bytestring >= 0.10 && < 0.11
|
, bytestring >= 0.10 && < 0.11
|
||||||
, either >= 4.3 && < 4.4
|
, either >= 4.3 && < 4.5
|
||||||
, http-types >= 0.8 && < 0.9
|
, http-types >= 0.8 && < 0.9
|
||||||
, network-uri >= 2.6 && < 2.7
|
, network-uri >= 2.6 && < 2.7
|
||||||
, mtl >= 2 && < 3
|
, mtl >= 2 && < 3
|
||||||
|
|
Loading…
Reference in a new issue