Repository metrics
- Stars
- (1,298 stars)
- PR merge metrics
- (Avg merge 935d 9h) (5 merged PRs in 30d)
Description
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