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 995bbad commit d9c5fb7Copy full SHA for d9c5fb7
ChangeLog.md
@@ -13,9 +13,10 @@ Major changes:
13
14
Behavior changes:
15
16
-* The path dist directory path '.stack-work/dist/<platform>/Cabal-*/'
17
- changes to '.stack-work/dist/<platform>/ghc-*/' so that build artifacts are
18
- clearly distinguished by ghc version.
+* Build artefacts are placed in `.stack-work/dist/<platform>/<GHC_version>`
+ (hashed to a shorter path on Windows), rather than
+ `.stack-work/dist/<platform>/<Cabal_version>`. This allows build artifacts to
19
+ be distinguished by GHC version.
20
21
Other enhancements:
22
0 commit comments