Skip to content

Commit

Permalink
Drop unneeded OPTIONS_GHC
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Mar 11, 2025
1 parent 11e2940 commit e6d4769
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/cardano-api-extra/lib/Cardano/Api/Gen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeApplications #-}
{-# OPTIONS_GHC -Wno-orphans #-}
{-# OPTIONS_GHC -Wno-unused-matches #-}

This comment has been minimized.

Copy link
@paolino

paolino Mar 11, 2025

Collaborator

👍

{-# OPTIONS_GHC -Wno-unused-top-binds #-}
{-# OPTIONS_GHC -Wno-unused-local-binds #-}
{-# OPTIONS_GHC -Wno-unused-imports #-}

module Cardano.Api.Gen
( genAddressAny
Expand Down Expand Up @@ -246,7 +242,6 @@ import Cardano.Api
, makeStakeAddressUnregistrationCertificate
, makeStakePoolRegistrationCertificate
, makeStakePoolRetirementCertificate
, maryEraOnwardsToShelleyBasedEra
, scriptLanguageSupportedInEra
, shelleyAddressInEra
, validateAndHashStakePoolMetadata
Expand Down

0 comments on commit e6d4769

Please sign in to comment.