Skip to content

Commit 7957387

Browse files
committed
doc: document expandFiles
1 parent 4b705d1 commit 7957387

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ghcide/src/Development/IDE/Main.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,9 @@ defaultMain recorder Arguments{..} = withHeapStats (cmapWithPrio LogHeapStats re
446446
registerIdeConfiguration (shakeExtras ide) $ IdeConfiguration mempty (hashed Nothing)
447447
c ide
448448

449+
-- | List the haskell files given some paths
450+
--
451+
-- It will rely on git if possible to filter-out ignored files.
449452
expandFiles :: [FilePath] -> IO [FilePath]
450453
expandFiles paths = do
451454
let haskellFind x =

0 commit comments

Comments
 (0)