[Git][ghc/ghc][master] GHCi tags generation phase 2
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Wed Nov 9 14:28:45 UTC 2022
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
90c5abd4 by Hécate Moonlight at 2022-11-09T09:28:30-05:00
GHCi tags generation phase 2
see #19884
- - - - -
1 changed file:
- ghc/GHCi/UI/Tags.hs
Changes:
=====================================
ghc/GHCi/UI/Tags.hs
=====================================
@@ -61,7 +61,7 @@ data TagsKind = ETags | CTagsWithLineNumbers | CTagsWithRegExes
ghciCreateTagsFile :: TagsKind -> FilePath -> GHCi ()
ghciCreateTagsFile kind file = do
- liftIO $ putStrLn "Tags generation from GHCi will be deprecated in future releases"
+ liftIO $ putStrLn "Tags generation from GHCi will be deprecated in GHC 9.8"
liftIO $ putStrLn "Use the method described in https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/GHCi/Tags"
createTagsFile kind file
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/90c5abd4581b404f715e72ad55303e18d0c31d68
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/90c5abd4581b404f715e72ad55303e18d0c31d68
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/20221109/0073e617/attachment-0001.html>
More information about the ghc-commits
mailing list