Skip to content

Commit

Permalink
fix imports for 8.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Aug 14, 2022
1 parent 0977456 commit e000aeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ghcide/bench/lib/Experiments.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ module Experiments
) where
import Control.Applicative.Combinators (skipManyTill)
import Control.Exception.Safe (IOException, handleAny, try)
import Control.Monad.Extra
import Control.Monad.Fail
import Control.Monad.Extra
( forM_, void, unless, forM, (&&^), allM, whenJust )
import Control.Monad.Fail (MonadFail)
import Control.Monad.IO.Class
import Data.Aeson (Value (Null), toJSON)
import Data.Either (fromRight)
Expand Down

0 comments on commit e000aeb

Please sign in to comment.