File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
cabal-install/src/Distribution/Client Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4299,7 +4299,7 @@ setupHsHaddockFlags
4299
4299
setupHsHaddockFlags
4300
4300
(ElaboratedConfiguredPackage {.. })
4301
4301
(ElaboratedSharedConfig {.. })
4302
- _buildTimeSettings
4302
+ ( BuildTimeSettings {buildSettingKeepTempFiles = keepTmpFiles})
4303
4303
common =
4304
4304
Cabal. HaddockFlags
4305
4305
{ haddockCommonFlags = common
@@ -4327,6 +4327,7 @@ setupHsHaddockFlags
4327
4327
, haddockQuickJump = toFlag elabHaddockQuickJump
4328
4328
, haddockHscolourCss = maybe mempty toFlag elabHaddockHscolourCss
4329
4329
, haddockContents = maybe mempty toFlag elabHaddockContents
4330
+ , haddockKeepTempFiles = toFlag keepTmpFiles
4330
4331
, haddockIndex = maybe mempty toFlag elabHaddockIndex
4331
4332
, haddockBaseUrl = maybe mempty toFlag elabHaddockBaseUrl
4332
4333
, haddockResourcesDir = maybe mempty toFlag elabHaddockResourcesDir
You can’t perform that action at this time.
0 commit comments