Skip to content

Commit 6c6eca0

Browse files
committed
Bump to version 3.2.0
1 parent 4f058d0 commit 6c6eca0

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

ChangeLog.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
Release notes:
66

7+
**Changes since v3.1.1:**
8+
9+
Major changes:
10+
11+
Behavior changes:
12+
13+
Other enhancements:
14+
15+
Bug fixes:
16+
17+
## v3.1.1 - 2024-07-05
18+
19+
Release notes:
20+
721
**Changes since v2.15.7:**
822

923
Behavior changes:

cabal.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ constraints:
165165
, socks ==0.6.1
166166
, split ==0.2.5
167167
, splitmix ==0.1.0.5
168-
, stack ==2.16.0
168+
, stack ==3.2.0
169169
, static-bytes ==0.1.0
170170
, stm ==2.5.1.0
171171
, stm-chans ==3.0.0.9

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
spec-version: 0.35.0
33

44
name: stack
5-
version: '3.1.0.0'
5+
version: '3.2.0'
66
synopsis: The Haskell Tool Stack
77
description: |
88
Please see the documentation at <https://docs.haskellstack.org>

stack.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: stack
8-
version: 3.1.0.0
8+
version: 3.2.0
99
synopsis: The Haskell Tool Stack
1010
description: Please see the documentation at <https://docs.haskellstack.org>
1111
for usage information.

0 commit comments

Comments
 (0)