Skip to content

Commit

Permalink
Merge pull request #9180 from fendor/fix/inconsistent-indentation
Browse files Browse the repository at this point in the history
Fix inconsistent indentation
  • Loading branch information
mergify[bot] authored Aug 31, 2023
2 parents 747af13 + 2051013 commit 30bb110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ library
if flag(lukko)
build-depends: lukko >= 0.1 && <0.2

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


executable cabal
Expand Down

0 comments on commit 30bb110

Please sign in to comment.