[Git][ghc/ghc][master] Hadrian: fix slow-validate flavour (#18586)
Marge Bot
gitlab at gitlab.haskell.org
Tue Sep 1 03:01:47 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
2da93308 by Sylvain Henry at 2020-08-31T23:01:39-04:00
Hadrian: fix slow-validate flavour (#18586)
- - - - -
1 changed file:
- hadrian/src/Settings/Flavours/Validate.hs
Changes:
=====================================
hadrian/src/Settings/Flavours/Validate.hs
=====================================
@@ -42,5 +42,10 @@ slowValidateFlavour = werror $ validateFlavour
slowValidateArgs :: Args
slowValidateArgs =
mconcat [ validateArgs
- , notStage0 ? arg "-DDEBUG"
+ , sourceArgs SourceArgs
+ { hsCompiler = notStage0 ? arg "-DDEBUG"
+ , hsDefault = mempty
+ , hsLibrary = mempty
+ , hsGhc = mempty
+ }
]
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2da933084b766fc424b11f5b671574d4c7317134
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2da933084b766fc424b11f5b671574d4c7317134
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200831/a53b836a/attachment.html>
More information about the ghc-commits
mailing list