Skip to content

Commit 39391bc

Browse files
authored
Merge pull request #56 from yutotakano/last-minute-fixes
Last-minute pre-release fixes on version bounds and gitignore
2 parents 381adf5 + c403d67 commit 39391bc

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.stack-work/
22
dist-newstyle/
3+
dist-docs/
34
*.secret
45
*~
56
.DS_Store

ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@
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
@@ -47,6 +48,7 @@
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

discord-haskell-voice.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)