Skip to content

Commit 58320ef

Browse files
committed
Fix Wno-x-ord-preserving-coercions pragma CPP guard for GHC 9.8
1 parent ab2de02 commit 58320ef

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__ >= 910
15+
#if __GLASGOW_HASKELL__ >= 908
1616
{-# OPTIONS_GHC -Wno-x-ord-preserving-coercions #-}
1717
#endif
1818

0 commit comments

Comments
 (0)