We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322160d commit 1c7ba8cCopy full SHA for 1c7ba8c
ChangeLog.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.0.4.3
4
+
5
+Bug fixes
6
7
+* Don't delete contents of ~/.ssh when using `stack clean --full` with Docker
8
+ enabled [#2000](https://github.com/commercialhaskell/stack/issues/2000)
9
10
## 1.0.4.2
11
12
Build with path-io-1.0.0. There are no changes in behaviour from 1.0.4,
stack.cabal
@@ -1,5 +1,5 @@
name: stack
-version: 1.0.4.2
+version: 1.0.4.3
synopsis: The Haskell Tool Stack
description: Please see the README.md for usage information, and
the wiki on Github for more details. Also, note that
0 commit comments