ChrisPenner / ChrisPenner/rasa
text-lens: Overly restrictive bounds on Hackage
Open
- Dominant language
- Haskell
- Stars
- 625
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
text-lens builds just fine with extra == 1.5.1 and lens == 4.15.1, but is restricted to < 1.5 and ==4.14.* respectively.
This affects package generation for at least Nix (and hence NixOS) as well. Can you bump them? :)
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the text-lens package dependency bounds in the repository and locate the declarations restricting extra to < 1.5 and lens to 4.14.*. Verify that the package builds with extra 1.5.1 and lens 4.15.1, then check that package generation for Nix is no longer blocked by those bounds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100