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

Make crucible:helper-tests compile with tasty-hspec-1.1.7 (#739) #740

Merged
merged 1 commit into from
May 14, 2021

Conversation

RyanGlScott
Copy link
Contributor

tasty-hspec-1.1.7 no longer re-exports Test.Hspec from hspec. In order to make crucible's helper-tests work with all versions of tasty-hspec, this patch adds a Test.Hspec import. This also uses explicit imports from Test.Tasty.Hspec to ensure that there are no warnings when built with older versions of tasty-hspec.

Fixes #739.

`tasty-hspec-1.1.7` no longer re-exports `Test.Hspec` from `hspec`. In order to
make `crucible`'s `helper-tests` work with all versions of `tasty-hspec`, this
patch adds a `Test.Hspec` import. This also uses explicit imports from
`Test.Tasty.Hspec` to ensure that there are no warnings when built with older
versions of `tasty-hspec`.

Fixes #739.
@RyanGlScott
Copy link
Contributor Author

With this, the CI passes again, save for the macOS-specific failures observed in #741.

@RyanGlScott RyanGlScott merged commit 516f833 into master May 14, 2021
@RyanGlScott RyanGlScott deleted the T739 branch May 14, 2021 14:30
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.

crucible:helper-tests fail to compile with tasty-hspec-1.1.7
1 participant