Skip to content

Commit

Permalink
Make cabal format happy
Browse files Browse the repository at this point in the history
See #4704 for a better solution that will be implemented in the future

Co-authored-by: teodanciu <[email protected]>
  • Loading branch information
lehins and teodanciu authored Oct 17, 2024
1 parent e040a96 commit 771271d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/plutus-preprocessor/plutus-preprocessor.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
plutus-ledger-api,
template-haskell

if (impl(ghc <9.6) || impl(ghc >=9.7) || os(windows))
if ((impl(ghc <9.6) || impl(ghc >=9.7)) || os(windows))
buildable: False

executable plutus-preprocessor
Expand All @@ -60,5 +60,5 @@ executable plutus-preprocessor
plutus-preprocessor,
base >=4.14 && <5

if (impl(ghc <9.6) || impl(ghc >=9.7) || os(windows))
if ((impl(ghc <9.6) || impl(ghc >=9.7)) || os(windows))
buildable: False

0 comments on commit 771271d

Please sign in to comment.