You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can add a MicroHs action to the CI if you want, but it might either become outdated (if we pin the MicroHs version) or fail sometimes (when using the latest version). In any case, I also plan to build fgl in the MicroHs CI.
Is it possible to remove braces via a Hackage revision? It seems a little awkward to do an entire release just for this.
It should be possible, however I'm not sure if MicroCabal actually considers revisions. cc @augustss
This isn't urgent though, so I wouldn't mind waiting a bit for a new release until enough changes have accumulated.
MicroCabal ignores version numbers. It uses a consistent set of packages as defined by Stackage.
But which .cabal file does it use? The one that was originally uploaded or the revised version?
For context: The issue here is that MicroCabal can't parse the current .cabal file.
It uses the version number obtained from stackage to form the URL for download from Hackage.
If I understand correctly, that means that it doesn't use the revised .cabal file, so a revision wouldn't fi the problem.
MicroCabal unfortunately still uses the old .cabal file, however installing via git now works. Thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MicroHs: https://github.com/augustss/MicroHs
I can add a MicroHs action to the CI if you want, but it might either become outdated (if we pin the MicroHs version) or fail sometimes (when using the latest version). In any case, I also plan to build
fglin the MicroHs CI.