From 8ad3917ff2303c71ab1a6a2fd5a9ea892179ffb4 Mon Sep 17 00:00:00 2001 From: Sean D Gillespie Date: Mon, 10 Nov 2025 13:15:53 -0500 Subject: [PATCH] Fix failing build This fixes the following error: unrecognised warning flag: -Wno-x-partial --- .../test/Test/Cardano/Db/Mock/Unit/Conway/Rollback.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Conway/Rollback.hs b/cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Conway/Rollback.hs index 27176412b..9d51e6e6e 100644 --- a/cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Conway/Rollback.hs +++ b/cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Conway/Rollback.hs @@ -1,5 +1,9 @@ +{-# LANGUAGE CPP #-} {-# LANGUAGE NumericUnderscores #-} + +#if __GLASGOW_HASKELL__ >= 908 {-# OPTIONS_GHC -Wno-x-partial #-} +#endif module Test.Cardano.Db.Mock.Unit.Conway.Rollback ( simpleRollback,