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

Commit 16a807c

Browse files
committed
Fix pre 8.6 build
1 parent 6153a5a commit 16a807c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Haskell/Ide/Engine/Plugin/Ormolu.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ provider contents uri typ _ = pluginGetFile contents uri $ \fp -> do
108108
exop s =
109109
"-X" `isPrefixOf` s || "-fplugin=" `isPrefixOf` s || "-pgmF=" `isPrefixOf` s
110110
#else
111-
provider _ _ _ _ = return $ IdeResultOk [] -- NOP formatter
111+
provider _ _ _ _ = return $ IdeResultOk [] -- NOP formatter
112112
#endif

0 commit comments

Comments
 (0)