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

attempt to use haskell-ci #58

Closed
wants to merge 3 commits into from
Closed

attempt to use haskell-ci #58

wants to merge 3 commits into from

Conversation

chessai
Copy link
Member

@chessai chessai commented Jul 19, 2020

No description provided.

@RyanGlScott
Copy link
Member

I appreciate the effort here, but be warned that this will most likely be blocked on #39.

@chessai
Copy link
Member Author

chessai commented Jul 22, 2020

@RyanGlScott could we not split out the test suite into its own package, and have the CI build and test that?

@RyanGlScott
Copy link
Member

could we not split out the test suite into its own package, and have the CI build and test that?

To be clear, that's exactly what my WIP branch here (which is an attempt to fix #39) does. The problem is that the test suite depends on time, which itself depends on deepseq, so the time library must be built from scratch on each run. Attempting to new-build time results in haskell/cabal#5223, which is what #39 is blocked on.

@chessai chessai closed this Apr 14, 2021
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.

2 participants