stackbuilders / stackbuilders/dotenv-hs
Allow data-default-class >= 0.2
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 66
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
data-default-class has been released. It looks like this just re-exports the type class from data-default >= 0.8 (instead of the latter being based on the former as it previously was).
It looks like you can either just increase the bound on data-default-class since it builds fine with --allow-newer and the like or migrate to data-default.
Contributor guide
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.
Research direction
Start by locating the dependency declaration for data-default-class and compare its current bound with the released 0.2 version. Check whether the package builds with the existing dependency after raising the bound, or whether migration to data-default is required; run the project’s available build and test commands to confirm the chosen approach.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100