File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ Other enhancements:
17
17
18
18
Bug fixes:
19
19
20
+ * Due to a bug, Stack 2.15.1 did not support versions of GHC before 8.2. Stack
21
+ now supports GHC versions from 8.0.
20
22
* ` --haddock-for-hackage ` does not ignore ` --haddock-arguments ` .
21
23
* On Windows, package locations that are Git repositories with submodules now
22
24
work as intended.
Original file line number Diff line number Diff line change @@ -230,12 +230,6 @@ getSetupExe setupHs setupShimHs tmpdir = do
230
230
, toFilePath setupShimHs
231
231
, " -o"
232
232
, toFilePath tmpOutputPath
233
- -- See https://github.com/commercialhaskell/stack/issues/6267. As
234
- -- corrupt *.hi and/or *.o files can be problematic, we aim to
235
- -- to leave none behind. This can be dropped when Stack drops
236
- -- support for the problematic versions of GHC.
237
- , " -no-keep-hi-files"
238
- , " -no-keep-o-files"
239
233
]
240
234
compilerPath <- getCompilerPath
241
235
withWorkingDir (toFilePath tmpdir) $
You can’t perform that action at this time.
0 commit comments