Skip to content

Commit d5632d6

Browse files
committed
format
1 parent 3a4ddda commit d5632d6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cabal.project

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ constraints:
5151
allow-newer:
5252
cabal-install-parsers:Cabal-syntax,
5353

54-
5554
if impl(ghc >= 9.11)
5655
benchmarks: False
5756
allow-newer:
5857
cabal-install-parsers:base,
5958
cabal-install-parsers:time,
60-

ghcide/session-loader/Development/IDE/Session/Dependency.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module Development.IDE.Session.Dependency where
22

3-
import Control.Exception.Safe as Safe
3+
import Control.Exception.Safe as Safe
44
import Data.Either.Extra
5-
import qualified Data.Map.Strict as Map
5+
import qualified Data.Map.Strict as Map
66
import Data.Time.Clock
77
import System.Directory
88

0 commit comments

Comments
 (0)