Skip to content

Commit 5ed34ed

Browse files
committed
fix borked cpp
1 parent d3232e1 commit 5ed34ed

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction

1 file changed

+1
-1
lines changed

plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ extendImportViaParent df parent child (L l it@ImportDecl{..})
398398
noExtField
399399
#endif
400400
childRdr
401-
#if MIN_VERSION_ghc(9,5,0)
401+
#if MIN_VERSION_ghc(9,7,0)
402402
listAnn = (Nothing, epAnn srcParent [AddEpAnn AnnOpenP (epl 1), AddEpAnn AnnCloseP (epl 0)])
403403
#else
404404
listAnn = epAnn srcParent [AddEpAnn AnnOpenP (epl 1), AddEpAnn AnnCloseP (epl 0)]

0 commit comments

Comments
 (0)