-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add versions to base
dependency
#142
Comments
I'd be interested in helping out with this for Hacktoberfest. For Adding versions to base dependency, that would involve going through the YAML files and updating the versions to the latest GHC? |
@Leschonander I appreciate your desire to help! The issue is about adding version constraints for summoner/src/Summoner/Template.hs Line 195 in 765fea3
Currently build-depends: base While in reality it should add version constraints according to the chosen GHC versions. Something like this: build-depends: base >= 4.10 && < 5 We already have a function for detecting summoner/src/Summoner/GhcVer.hs Lines 40 to 46 in 765fea3
|
Ahh, that makes sense. Will get to it! |
It's possible since we know GHC versions for project.
The text was updated successfully, but these errors were encountered: