Skip to content

Commit 93c3e41

Browse files
committed
Remove constraint that was only for ghc92
1 parent 7392450 commit 93c3e41

File tree

1 file changed

+0
-5
lines changed
  • eras/byron/ledger/impl/src/Cardano/Chain/Update

1 file changed

+0
-5
lines changed

eras/byron/ledger/impl/src/Cardano/Chain/Update/Proposal.hs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
{-# LANGUAGE TypeApplications #-}
1010
{-# LANGUAGE TypeFamilies #-}
1111

12-
#if __GLASGOW_HASKELL__ >= 900
13-
-- this is needed for 9.2: recoveryBytes = annotation
14-
{-# OPTIONS_GHC -Wno-ambiguous-fields #-}
15-
#endif
16-
1712
module Cardano.Chain.Update.Proposal (
1813
-- * Proposal
1914
AProposal (..),

0 commit comments

Comments
 (0)