We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569df79 commit 7e04c8eCopy full SHA for 7e04c8e
1 file changed
ChangeLog.md
@@ -45,6 +45,11 @@ Bug fixes:
45
* Fixes an issue where cyclic deps can cause benchmarks or tests to be run
46
before they are built.
47
See [#2153](https://github.com/commercialhaskell/stack/issues/2153)
48
+* Fixes `stack build --file-watch` in cases where a directory is removed
49
+ See [#1838](https://github.com/commercialhaskell/stack/issues/1838)
50
+* Fixes `stack dot` and `stack list-dependencies` to use info from the
51
+ package database for wired-in-packages (ghc, base, etc).
52
+ See [#3084](https://github.com/commercialhaskell/stack/issues/3084)
53
54
## 1.4.0
55
0 commit comments