1
1
# Changelog
2
2
3
- ## Unreleased changes
3
+ ## v2.11.1 - 2023-05-18
4
4
5
- Release notes:
6
-
7
- ** Changes since v2.11.0.1:**
8
-
9
- Major changes:
5
+ ** Changes since v2.9.3:**
10
6
11
7
Behavior changes:
12
8
@@ -16,23 +12,11 @@ Behavior changes:
16
12
` my-stack upgrade --no-only-local-bin ` . If the Stack executable is ` stack ` ,
17
13
the default is ` stack upgrade --no-only-local-bin ` , the same behaviour as
18
14
previously.
19
-
20
- * Use ` $XDG_CACHE_HOME/stack/ghci-script ` , rather than ` <temp>/haskell-stack-ghci `
21
- (where ` <temp> ` is the directory yielded by the ` temporary ` package's
22
- ` System.IO.Temp.getCanonicalTemporaryDirectory ` ), as the base location for
23
- GHCi script files generated by ` stack ghci ` or ` stack repl ` . See
24
- [ #5203 ] ( https://github.com/commercialhaskell/stack/issues/5203 )
25
-
26
- Other enhancements:
27
-
28
- Bug fixes:
29
-
30
- ## v2.11.0.1 (release candidate)
31
-
32
- ** Changes since v2.9.3:**
33
-
34
- Behavior changes:
35
-
15
+ * Use ` $XDG_CACHE_HOME/stack/ghci-script ` , rather than
16
+ ` <temp>/haskell-stack-ghci ` (where ` <temp> ` is the directory yielded by the
17
+ ` temporary ` package's ` System.IO.Temp.getCanonicalTemporaryDirectory ` ), as the
18
+ base location for GHCi script files generated by ` stack ghci ` or ` stack repl ` .
19
+ See [ #5203 ] ( https://github.com/commercialhaskell/stack/issues/5203 )
36
20
* Drop support for ` Cabal ` versions before 1.22 and, consequently, GHC versions
37
21
before 7.10.
38
22
* ` stack ghci ` and ` stack repl ` now take into account the values of
@@ -82,7 +66,7 @@ Bug fixes:
82
66
* The warning that sublibrary dependency is not supported is no longer triggered
83
67
by internal libraries.
84
68
85
- ## v2.9.3
69
+ ## v2.9.3 - 2022-12-16
86
70
87
71
** Changes since v2.9.1:**
88
72
0 commit comments