仓库指标
- 星标
- (1,298 个星标)
- PR 合并指标
- (平均合并 935天 9小时) (30 天内合并 5 个 PR)
描述
GHC 9.14.1 issues warnings as following:
src/Data/Aeson/Key.hs:45:13: warning: [GHC-90584] [-Wderiving-typeable]
* Deriving `Typeable' has no effect: all types now auto-derive Typeable
* In the newtype declaration for `Key'
|
45 | deriving (Typeable, Data)
| ^^^^^^^^
https://errors.haskell.org/messages/GHC-90584/
https://github.com/haskell/aeson/blob/10c23ba00bd96a747685706c60b90ddd52a92f9e/src/Data/Aeson/Key.hs#L44-L45 https://github.com/haskell/aeson/blob/10c23ba00bd96a747685706c60b90ddd52a92f9e/src/Data/Aeson/KeyMap.hs#L142-L144 https://github.com/haskell/aeson/blob/10c23ba00bd96a747685706c60b90ddd52a92f9e/src/Data/Aeson/Types/Internal.hs#L114-L115 https://github.com/haskell/aeson/blob/10c23ba00bd96a747685706c60b90ddd52a92f9e/src/Data/Aeson/Types/Internal.hs#L118-L126 https://github.com/haskell/aeson/blob/10c23ba00bd96a747685706c60b90ddd52a92f9e/src/Data/Aeson/Types/Internal.hs#L365-L372 https://github.com/haskell/aeson/blob/10c23ba00bd96a747685706c60b90ddd52a92f9e/src/Data/Aeson/Types/Internal.hs#L497-L508 https://github.com/haskell/aeson/blob/10c23ba00bd96a747685706c60b90ddd52a92f9e/src/Data/Aeson/Encoding/Internal.hs#L78-L85 https://github.com/haskell/aeson/blob/10c23ba00bd96a747685706c60b90ddd52a92f9e/src/Data/Aeson/Encoding/Internal.hs#L122-L131