From e6d476955a989034de8ff31e7b1d6accca1328cc Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Tue, 11 Mar 2025 12:15:22 +0100 Subject: [PATCH] Drop unneeded `OPTIONS_GHC` --- lib/cardano-api-extra/lib/Cardano/Api/Gen.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/cardano-api-extra/lib/Cardano/Api/Gen.hs b/lib/cardano-api-extra/lib/Cardano/Api/Gen.hs index 9c5922da362..0bf5553bf80 100644 --- a/lib/cardano-api-extra/lib/Cardano/Api/Gen.hs +++ b/lib/cardano-api-extra/lib/Cardano/Api/Gen.hs @@ -7,10 +7,6 @@ {-# LANGUAGE TupleSections #-} {-# LANGUAGE TypeApplications #-} {-# OPTIONS_GHC -Wno-orphans #-} -{-# OPTIONS_GHC -Wno-unused-matches #-} -{-# OPTIONS_GHC -Wno-unused-top-binds #-} -{-# OPTIONS_GHC -Wno-unused-local-binds #-} -{-# OPTIONS_GHC -Wno-unused-imports #-} module Cardano.Api.Gen ( genAddressAny @@ -246,7 +242,6 @@ import Cardano.Api , makeStakeAddressUnregistrationCertificate , makeStakePoolRegistrationCertificate , makeStakePoolRetirementCertificate - , maryEraOnwardsToShelleyBasedEra , scriptLanguageSupportedInEra , shelleyAddressInEra , validateAndHashStakePoolMetadata