Skip to content

Commit 11f89f1

Browse files
committed
Revert "Fix Wno-x-ord-preserving-coercions pragma CPP guard for GHC 9.8"
This reverts commit 58320ef.
1 parent 58320ef commit 11f89f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cardano-api/src/Cardano/Api/LedgerState.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{-# LANGUAGE TypeApplications #-}
1313
{-# LANGUAGE TypeOperators #-}
1414

15-
#if __GLASGOW_HASKELL__ >= 908
15+
#if __GLASGOW_HASKELL__ >= 910
1616
{-# OPTIONS_GHC -Wno-x-ord-preserving-coercions #-}
1717
#endif
1818

0 commit comments

Comments
 (0)