Skip to content

Commit eeb3b9f

Browse files
committed
Step D in release preparation for final release
1 parent b2f77eb commit eeb3b9f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ChangeLog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Release notes:
66

7-
**Changes since v2.15.0.1:**
7+
**Changes since v2.15.1:**
88

99
Major changes:
1010

@@ -14,7 +14,7 @@ Other enhancements:
1414

1515
Bug fixes:
1616

17-
## v2.15.0.1 (release candidate) - 2024-01-27
17+
## v2.15.1 - 2024-02-09
1818

1919
Release notes:
2020

cabal.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ constraints:
163163
, socks ==0.6.1
164164
, split ==0.2.5
165165
, splitmix ==0.1.0.5
166-
, stack ==2.15.0.1
166+
, stack ==2.15.1
167167
, static-bytes ==0.1.0
168168
, stm ==2.5.1.0
169169
, 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: '2.15.0.2'
5+
version: '2.15.1'
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: 2.15.0.2
8+
version: 2.15.1
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)