3 comments (3 comments)1 reaction (1 reaction)0 assignees (0 assignees)Haskell1,953 stars (1,953 stars)422 forks (422 forks)batch import
help wanted
Description
let's get the box checked here: https://github.com/commercialhaskell/stackage/issues/5393
Contributor guide
- Tech stack
- None
- Domain
- api
- Issue type
- chore
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- basic Haskell package management
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- The issue is to bump the aeson dependency version to satisfy the stackage integration checklist linked in the description (https://github.com/commercialhaskell/stackage/issues/5393). First, review the linked stackage issue to identify the required aeson version or constraints. Then examine the servant repository's cabal or stack.yaml files to see the current aeson version and update it accordingly. Ensure that the updated version is compatible with the rest of the dependencies and that the project builds successfully. No existing PR or assignee indicates availability.