Switch CI to GitHub Actions, update the repo#113
Merged
gromakovsky merged 12 commits intomasterfrom Jul 8, 2020
Merged
Conversation
4a21611 to
26804ff
Compare
ab9fa6e to
bb8a324
Compare
Problem: there is ghc-prim-0.6.1, but o-clock requires < 0.6. Solution: since there are no breaking changes for us, we update the upper bound.
We don't (officially) support these versions anyway.
Problem: GitHub Actions is more convenient to use in GitHub repos than Travis CI. We are moving CIs in our simple public libraries to GitHub Actions, but this repo is still using Travis. Solution: remove .travis.yml and some files required by it, add our standard GitHub Actions CI config instead.
Problem: we want to make sure our repo conforms with the REUSE specification. Solution: add a check for that to CI.
Problem: `tested-with` in .cabal file doesn't match our CI config, also 8.4 is quite old. Solution: stop supporting 8.4, update the list of supported GHC versions to match the CI config.
bb8a324 to
bab5161
Compare
Problem: we have `deepseq`, `hashable` and `serialize` flags that can be enabled to introduce some instances. However, all these instances are based on `Generic` and default implementations, so they take 1 line. They add some mess and complicate maintenance, I think it's not worth it for just one line of code. Solution: remove these three flags and their special handling.
Problem: there is aeson 1.5 which we don't permit. Solution: update its upper bound.
1524e70 to
ed6a054
Compare
Member
Author
|
|
Problem: there are some issues with building two test-suites on Windows. Solution: for now we just disable them on Windows, they only test documentation, so it's not a big deal.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.