Skip to content

Commit 4ea20c1

Browse files
Cardano.Prelude.Panic: Remove deriving Typeable
This is now an error in GHC 9.12
1 parent cfb3e07 commit 4ea20c1

File tree

1 file changed

+1
-1
lines changed
  • cardano-prelude/src/Cardano/Prelude

1 file changed

+1
-1
lines changed

cardano-prelude/src/Cardano/Prelude/Panic.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import GHC.Stack (HasCallStack)
1515

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

2020
instance Exception FatalError
2121

0 commit comments

Comments
 (0)