Skip to content

Commit 9108031

Browse files
committed
stack-2.3.3
1 parent f36409c commit 9108031

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

ChangeLog.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Changelog
22

33

4-
## Unreleased changes
5-
6-
Release notes:
4+
## v2.3.3
75

86
**Changes since v2.3.1**
97

10-
Major changes:
11-
12-
Behavior changes:
13-
148
Other enhancements:
159

1610
* Add the `stack-developer-mode` flag
@@ -21,7 +15,6 @@ Bug fixes:
2115
* Fix the problem of `stack repl foo:test:bar` failing without a project
2216
build before that. See
2317
[#5213](https://github.com/commercialhaskell/stack/issues/5213)
24-
2518
* Fix `stack sdist` introducing unneded sublibrary syntax when using
2619
pvp-bounds. See
2720
[#5289](https://github.com/commercialhaskell/stack/issues/5289)

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stack
2-
version: '2.3.2'
2+
version: '2.3.3'
33
synopsis: The Haskell Tool Stack
44
description: |
55
Please see the documentation at <https://docs.haskellstack.org>

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 2.0
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 17dc6f163aaf30f3b8f02ead2ff7a8d02ea19fb10d454c6ce77e01a7efea9754
7+
-- hash: 4088422ebf565b9347481c01d786688d78b9aadc34246063f6c05ca732b41ff1
88

99
name: stack
10-
version: 2.3.2
10+
version: 2.3.3
1111
synopsis: The Haskell Tool Stack
1212
description: Please see the documentation at <https://docs.haskellstack.org>
1313
for usage information.

0 commit comments

Comments
 (0)