deriving Typeable is redundant since GHC 7.10
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 65/100
- Issue type
- Refactor
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- haskell
- Domain
- networking
Research direction
Open Network/URI.hs at line 191 and inspect the URI data declaration and its deriving list. Remove the redundant Typeable derivation, then run the project build or checks to confirm the GHC-90584 warning is gone and the remaining derivations still work.
Written by the indexing model from the issue text.
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)
| ^^^^^^^^
- Dominant language
- Haskell
- Stars
- 28
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from haskell/network-uri
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
haskell/network-uri#91 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
haskell/network-uri#81 · 2 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
haskell/network-uri#78 · 2 comments ·
-
GitHub Release? Open
Difficulty 5/5 Over a week Newbie friendliness 20/100
haskell/network-uri#75 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
haskell/network-uri#65 · 2 comments ·
All issues in haskell/network-uri
Similar issues
-
chore
Difficulty 1/5 Under an hour Newbie friendliness 91/100
alunduil/alunduil-chezmoi#792 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100
koalaman/shellcheck#3539 ·
-
time-manager-0.4.0 Openfailure: bounds
Difficulty 1/5 Under an hour Newbie friendliness 72/100
commercialhaskell/stackage#8122 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
objectionary/phino#1350 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100