You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,22 @@ Major changes:
15
15
must be specified in `extra-deps`.
16
16
* The `extra-dep` key in `packages` is no longer supported; please
17
17
move any such specifications to `extra-deps`.
18
+
19
+
Behavior changes:
20
+
21
+
Other enhancements:
22
+
23
+
Bug fixes:
24
+
25
+
26
+
## v1.9.0 (release candidate)
27
+
28
+
Release notes:
29
+
30
+
* 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.
31
+
32
+
Major changes:
33
+
18
34
*`GHCJS` support is being downgraded to 'experimental'. At time of writing the upcoming release is 1.8. A warning notifying the user of the experimental status of `GHCJS` will be incorporated into 1.8.
19
35
20
36
Behavior changes:
@@ -96,6 +112,8 @@ Other enhancements:
96
112
* It is possible to specify the Hackage base URL to upload packages to, instead
97
113
of the default of `https://hackage.haskell.org/`, by using `hackage-base-url`
98
114
configuration option.
115
+
* When using Nix, if a specific minor version of GHC is not requested, the
116
+
latest minor version in the given major branch will be used automatically.
0 commit comments