Skip to content

Commit 3500ac3

Browse files
committed
Add link to Issue & MR to Compat.Driver
1 parent 003c15c commit 3500ac3

File tree

1 file changed

+2
-0
lines changed
  • ghcide/src/Development/IDE/GHC/Compat

1 file changed

+2
-0
lines changed

ghcide/src/Development/IDE/GHC/Compat/Driver.hs

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
-- DO NOT EDIT
33
-- This module copies parts of the driver code in GHC.Driver.Main to provide
44
-- `hscTypecheckRenameWithDiagnostics`.
5+
-- Issue to add this function: https://gitlab.haskell.org/ghc/ghc/-/issues/24996
6+
-- MR to add this function: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12891
57
-- ============================================================================
68

79
module Development.IDE.GHC.Compat.Driver

0 commit comments

Comments
 (0)