[Git][ghc/ghc][master] Add checkExact to toolTargets
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Thu Nov 28 04:44:50 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
a362b943 by sheaf at 2024-11-27T23:44:28-05:00
Add checkExact to toolTargets
This change means that the Hadrian multi target will include exactprint.
In particular, this means that HLS will work on exactprint inside the GHC tree.
- - - - -
1 changed file:
- hadrian/src/Rules/ToolArgs.hs
Changes:
=====================================
hadrian/src/Rules/ToolArgs.hs
=====================================
@@ -146,6 +146,7 @@ mkToolTarget es p = do
toolTargets :: [Package]
toolTargets = [ cabalSyntax
, cabal
+ , checkExact
, compiler
, directory
, process
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a362b9434da723cc8e5b75f0f2df38155d2183a5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a362b9434da723cc8e5b75f0f2df38155d2183a5
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/20241127/a5a1551a/attachment.html>
More information about the ghc-commits
mailing list