Skip to content

Commit 7ba601f

Browse files
committed
Remove cabal conditionals for GHC versions <9.2
1 parent 664b599 commit 7ba601f

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

eras/alonzo/impl/cardano-ledger-alonzo.cabal

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ library
103103
transformers,
104104
validation-selective,
105105

106-
if !impl(ghc >=9.2)
107-
ghc-options: -Wno-name-shadowing
108-
109106
library testlib
110107
exposed-modules:
111108
Test.Cardano.Ledger.Alonzo.Arbitrary

libs/cardano-ledger-conformance/cardano-ledger-conformance.cabal

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ library
9797
unliftio,
9898
vector-map,
9999

100-
if !impl(ghc >=9.2)
101-
ghc-options: -Wno-incomplete-patterns
102-
103100
if flag(asserts)
104101
ghc-options: -fno-ignore-asserts
105102

libs/cardano-ledger-core/cardano-ledger-core.cabal

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ library
145145
if flag(asserts)
146146
ghc-options: -fno-ignore-asserts
147147

148-
if !impl(ghc >=9.2)
149-
ghc-options: -Wno-name-shadowing
150-
151148
library testlib
152149
exposed-modules:
153150
Test.Cardano.Ledger.Common
@@ -222,9 +219,6 @@ library testlib
222219
unliftio,
223220
vector-map:{vector-map, testlib},
224221

225-
if !impl(ghc >=9.2)
226-
ghc-options: -Wno-name-shadowing
227-
228222
executable plutus-debug
229223
main-is: PlutusDebug.hs
230224
hs-source-dirs: app

0 commit comments

Comments
 (0)