Skip to content

Commit

Permalink
Cardano.Prelude.Panic: Remove deriving Typeable
Browse files Browse the repository at this point in the history
This is now an error in GHC 9.12
  • Loading branch information
locallycompact authored Nov 2, 2024
1 parent cfb3e07 commit 4ea20c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-prelude/src/Cardano/Prelude/Panic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import GHC.Stack (HasCallStack)

-- | Uncatchable exceptions thrown and never caught.
newtype FatalError = FatalError { fatalErrorMessage :: Text }
deriving (Show, Typeable)
deriving (Show)

instance Exception FatalError

Expand Down

0 comments on commit 4ea20c1

Please sign in to comment.