Skip to content

Commit 02c4c96

Browse files
committed
Add comments on hacks which could be thrown out in the future
1 parent bfc40e0 commit 02c4c96

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

cabal.project

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ packages:
3131
./plugins/hls-gadt-plugin
3232
./plugins/hls-hident-plugin
3333

34+
-- Can be removed when new release of HIndent is out
35+
-- https://github.com/mihaimaruseac/hindent/issues/583#issuecomment-1158054210
3436
source-repository-package
3537
type: git
3638
location: https://github.com/uhbif19/hindent.git

plugins/hls-hident-plugin/src/Ide/Plugin/HIndent.hs

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ provider ide typ contents fp _opts = do
5151

5252
-- Copied from
5353
-- https://github.com/mihaimaruseac/hindent/blob/master/src/main/Main.hs#L77
54+
-- Can be removed with Path.Find and it dependences, once this issue got closed:
55+
-- https://github.com/mihaimaruseac/hindent/issues/585
56+
5457

5558
getHIndentConfig :: IO Config
5659
getHIndentConfig = do

0 commit comments

Comments
 (0)