Skip to content
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

Upgrade testing infrastructure to haskell-ci #48

Closed
wants to merge 1 commit into from

Conversation

RyanGlScott
Copy link
Member

This leverages haskell-ci to make the testing infrastructure for hoopl more robust. Among the benefits are that it uses cabal new-build (so it doesn't rebuild dependencies quite as often) and that it checks if all files that need to be bundled with the sdist actually are bundled (avoiding issues like #47 going forward).

Fixes #46 (since it updates the upper version bounds on base in the test suite) and fixes #47 (since it properly bundles test files with the sdist).

@RyanGlScott
Copy link
Member Author

Ack, I screwed this up. Closing in favor of #49.

@RyanGlScott RyanGlScott closed this Jun 3, 2018
@RyanGlScott RyanGlScott deleted the testing-update branch June 3, 2018 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hoopl-3.10.2.2 test suite does not compile Also revise test deps to allow base 4.11
1 participant