Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 72e138e

Browse files
committed
Add include dir so local imports work as expected
1 parent e217af2 commit 72e138e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hie-plugin-api/Haskell/Ide/Engine/Cradle.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ cabalHelperCradle file = do
437437
return
438438
$ CradleSuccess
439439
ComponentOptions
440-
{ componentOptions = [file]
440+
{ componentOptions = [file, fixImportDirs cwd "-i."]
441441
, componentDependencies = []
442442
}
443443
}

0 commit comments

Comments
 (0)