File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11.stack-work /
22dist-newstyle /
3+ dist-docs /
34* .secret
45* ~
56.DS_Store
Original file line number Diff line number Diff line change 3434 - Relax package bounds:
3535 - ` aeson ` from ==1.5.6.0 to <2.3
3636 - ` bytestring ` from <0.11 to <0.13
37- - ` conduit ` from <=1.3.4.2 to <= 1.4.0.0
37+ - ` conduit ` from <=1.3.4.2 to <1.4.0.0
3838 - ` mtl ` from ==2.2.2 to <2.4
3939 - ` saltine ` from <0.2 to <0.4
4040 - ` stm ` from <2.5.1 to <2.6
4141 - ` text ` from <2 to <3
42+ - ` time ` from <=1.13 to <1.15
4243 - ` websockets ` from <0.12.8 to <0.14
4344 - ` wuss ` from <=1.2 to <2.1
4445 - ` discord-haskell ` from <= 1.14.0 to <= 1.17.1
4748 - Updated copyright to current year and include contributors where applicable
4849 - Added link to GitHub Sponsors
4950 - Updated Haddock for all functions and added examples and usage to many functions
51+ - Added upper bound of ` <0.5 ` to microlens and microlens-th
5052
5153## 2.3.1 — 2022 July
5254
Original file line number Diff line number Diff line change @@ -52,18 +52,18 @@ library
5252 , base >= 4.7 && < 5
5353 , binary == 0.8. *
5454 , bytestring >= 0.10.12.0 && < 0.13
55- , conduit >= 1.3.4.2 && <= 1.4.0.0
55+ , conduit >= 1.3.4.2 && < 1.4.0.0
5656 , conduit-extra == 1.3.6
5757 , discord-haskell >= 1.12.0 && <= 1.17.1
58- , microlens >= 0.4.11.2
59- , microlens-th >= 0.4.3.10
58+ , microlens >= 0.4.11.2 && < 0.5
59+ , microlens-th >= 0.4.3.10 && < 0.5
6060 , mtl < 2.4
6161 , network >= 3.1.1.1 && < 3.2
6262 , opus == 0.3.0.0
6363 , safe-exceptions >= 0.1.7.1 && < 0.1.8
6464 , stm >= 2.5.0.0 && <= 2.6.0.0
6565 , text >= 1.2.4.1 && < 3
66- , time >= 1.9.3 && <= 1.13
66+ , time >= 1.9.3 && < 1.15
6767 , unliftio >= 0.2.18 && < 0.3
6868 , websockets >= 0.12.7.2 && < 0.14
6969 , wuss >= 1.1.18 && < 2.1.0.0
You can’t perform that action at this time.
0 commit comments