Skip to content

Commit 30bb110

Browse files
authored
Merge pull request #9180 from fendor/fix/inconsistent-indentation
Fix inconsistent indentation
2 parents 747af13 + 2051013 commit 30bb110

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cabal-install/cabal-install.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ library
250250
if flag(lukko)
251251
build-depends: lukko >= 0.1 && <0.2
252252

253-
-- pull in process version with fixed waitForProcess error
254-
if impl(ghc >=8.2)
255-
build-depends: process >= 1.6.15.0
253+
-- pull in process version with fixed waitForProcess error
254+
if impl(ghc >=8.2)
255+
build-depends: process >= 1.6.15.0
256256

257257

258258
executable cabal

0 commit comments

Comments
 (0)