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
+37-15Lines changed: 37 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,41 @@ Major changes:
4
4
5
5
* GHCJS can now be used with stackage snapshots via the new `compiler` field.
6
6
* Windows installers are now available:
7
-
[download them here](https://github.com/commercialhaskell/stack/blob/release/doc/install_and_upgrade.md#windows)[#613](https://github.com/commercialhaskell/stack/issues/613)
7
+
[download them here](https://github.com/commercialhaskell/stack/blob/release/doc/install_and_upgrade.md#windows)
* Added an `allow-newer` config option [#922](https://github.com/commercialhaskell/stack/issues/922)[#770](https://github.com/commercialhaskell/stack/issues/770)
14
-
* When a Hackage revision invalidates a build plan in a snapshot, trust the snapshot [#770](https://github.com/commercialhaskell/stack/issues/770)
15
-
* Added a `stack config set resolver RESOLVER` command. Part of work on [#115](https://github.com/commercialhaskell/stack/issues/115)
16
-
*`stack setup` can now install GHCJS on windows. See [#1145](https://github.com/commercialhaskell/stack/issues/1145) and [#749](https://github.com/commercialhaskell/stack/issues/749)
*`stack hpc report` command added, which generates reports for HPC tix files
18
-
*`stack ghci` now accepts all the flags accepted by `stack build`. See [#1186](https://github.com/commercialhaskell/stack/issues/1186)
19
-
*`stack ghci` builds the project before launching GHCi. If the build fails, optimistically launch GHCi anyway. Use `stack ghci --no-build` option to disable [#1065](https://github.com/commercialhaskell/stack/issues/1065)
20
-
*`stack ghci` now detects and warns about various circumstances where it is liable to fail. See [#1270](https://github.com/commercialhaskell/stack/issues/1270)
25
+
*`stack ghci` now accepts all the flags accepted by `stack build`. See
* Packages will now usually be built along with their tests and benchmarks. See [#1166](https://github.com/commercialhaskell/stack/issues/1166)
23
-
* Relative `local-bin-path` paths will be relative to the project's root directory, not the current working directory. [#1340](https://github.com/commercialhaskell/stack/issues/1340)
24
-
*`stack clean` now takes an optional `[PACKAGE]` argument for use in multi-package projects. See [#583](https://github.com/commercialhaskell/stack/issues/583)
34
+
* Packages will now usually be built along with their tests and benchmarks. See
* Fix: Paths in GHC warnings not canonicalized, nor those for packages in subdirectories or outside the project root [#1259](https://github.com/commercialhaskell/stack/issues/1259)
69
+
* Fix: Paths in GHC warnings not canonicalized, nor those for packages in
0 commit comments