Skip to content

Commit f9d0042

Browse files
committed
v1.9.1
1 parent 47ba613 commit f9d0042

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

ChangeLog.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,20 @@
11
# Changelog
22

33

4-
## Unreleased changes
4+
## v1.9.1
55

66
Release notes:
77

8+
* Statically linked Linux bindists are back again, thanks to [@nh2](https://github.com/nh2).
9+
* We will be deleting the Ubuntu, Debian, CentOS, Fedora, and Arch package repos from `download.fpcomplete.com` soon. These have been deprecated for over a year and have not received new releases, but were left in place for compatibility with older scripts.
10+
811
Major changes:
912

1013
* Upgrade to Cabal 2.4
1114
* Note that, in this process, the behavior of file globbing has
1215
been modified to match that of Cabal. In particular, this means
1316
that for Cabal spec versions less than 2.4, `*.txt` will
1417
match `foo.txt`, but not `foo.2.txt`.
15-
16-
Behavior changes:
17-
18-
Other enhancements:
19-
20-
Bug fixes:
21-
22-
23-
## v1.9.0.1 (release candidate)
24-
25-
Release notes:
26-
27-
* Statically linked Linux bindists are back again, thanks to [@nh2](https://github.com/nh2).
28-
* We will be deleting the Ubuntu, Debian, CentOS, Fedora, and Arch package repos from `download.fpcomplete.com` soon. These have been deprecated for over a year and have not received new releases, but were left in place for compatibility with older scripts.
29-
30-
Major changes:
31-
3218
* `GHCJS` support is being downgraded to 'experimental'. A warning notifying the user of the experimental status of `GHCJS` will be displayed.
3319

3420
Behavior changes:

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: '1.9.0.2'
2+
version: '1.9.1'
33
synopsis: The Haskell Tool Stack
44
description: ! 'Please see the README.md for usage information, and
55
the wiki on Github for more details. Also, note that

0 commit comments

Comments
 (0)