deriving Typeable is redundant since GHC 7.10
Open
- Dominant language
- Haskell
- Stars
- 28
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
```
Network/URI.hs:191:26: warning: [GHC-90584] [-Wderiving-typeable]
• Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
• In the data declaration for ‘URI’
|
191 | } deriving (Eq, Ord, Typeable, Data, Generic)
| ^^^^^^^^
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.