Skip to content

Commit 525da2c

Browse files
committed
fix imports for 8.6.5
1 parent 0977456 commit 525da2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: ghcide/bench/lib/Experiments.hs

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ module Experiments
2424
) where
2525
import Control.Applicative.Combinators (skipManyTill)
2626
import Control.Exception.Safe (IOException, handleAny, try)
27-
import Control.Monad.Extra
27+
import Control.Monad.Extra
28+
( forM_, void, unless, forM, (&&^), allM, whenJust )
2829
import Control.Monad.Fail
2930
import Control.Monad.IO.Class
3031
import Data.Aeson (Value (Null), toJSON)

0 commit comments

Comments
 (0)