Skip to content

mono-traversable/test: fix compilation with GHC 9.14#261

Open
sternenseemann wants to merge 1 commit into
snoyberg:masterfrom
sternenseemann:mono-traversable-test-ghc-9.14
Open

mono-traversable/test: fix compilation with GHC 9.14#261
sternenseemann wants to merge 1 commit into
snoyberg:masterfrom
sternenseemann:mono-traversable-test-ghc-9.14

Conversation

@sternenseemann

Copy link
Copy Markdown

Without this, the test suite fails to compile with GHC 9.14.1. For some reason, it infers a concrete type (e.g. Map Int Int) which then prevent the other two test statements (IntMap, HashMap Int Int) from compiling.

Without this, the test suite fails to compile with GHC 9.14.1. For
some reason, it infers a concrete type (e.g. Map Int Int) which then
prevent the other two test statements (IntMap, HashMap Int Int) from
compiling.
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.

1 participant