Skip to content

Commit ba19306

Browse files
authored
Avoid deprecated Shake functions (#584)
In 0.18.4 deprioritise was renamed reschedule, so follow the new name.
1 parent 9129475 commit ba19306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Development/IDE/Core/Shake.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ publishDiagnosticsNotification uri diags =
743743
newtype Priority = Priority Double
744744

745745
setPriority :: Priority -> Action ()
746-
setPriority (Priority p) = deprioritize p
746+
setPriority (Priority p) = reschedule p
747747

748748
sendEvent :: LSP.FromServerMessage -> Action ()
749749
sendEvent e = do

0 commit comments

Comments
 (0)