-
Notifications
You must be signed in to change notification settings - Fork 4
Support for ghc-9.0 #37
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
cf81c96
Update GHC-api's paths
junjihashimoto 26f8fd1
Add AllowAmbiguousTypes for test
junjihashimoto f3282bd
Add CPP to support both ghc-8.10 and ghc-9
junjihashimoto 8b7955c
Update CI-settings to support for ghc-9
junjihashimoto 1c3ee60
Revert oldest-supported-lts.yaml
junjihashimoto cf23a3c
Remove ghc-8.0 of error-messages test
junjihashimoto f3f810f
Update error messages for ghc-9
junjihashimoto 1262d69
Bump hash of cabal-file
junjihashimoto d4b6b51
rename CI config file
gelisam 9385576
test all the supported GHC versions
gelisam f5254d3
move CPP from the .cabal file to each .hs file
gelisam 2aa4ed2
bump the recommended stackage snapshot
gelisam 62c540b
focus on the important part of the expected error
gelisam 6501dee
use the right proxy arguments
gelisam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| resolver: nightly-2020-12-10 | ||
| resolver: nightly-2021-07-22 | ||
gelisam marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| packages: | ||
| - '.' | ||
|
|
||
| extra-deps: | ||
| - term-rewriting-0.4.0.2 | ||
| - union-find-array-0.1.0.2 | ||
| - union-find-array-0.1.0.3 | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,26 @@ | ||
| • Couldn't match type ‘as ++ (bs ++ cs)’ with ‘(as ++ bs) ++ cs’ | ||
| configure (lib) | ||
| Configuring no-plugin-0.0.0... | ||
| build (lib) | ||
| Preprocessing library for no-plugin-0.0.0.. | ||
| Building library for no-plugin-0.0.0.. | ||
| [1 of 2] Compiling NoPlugin.Test | ||
|
|
||
| <path>/error-messages-cases/no-plugin/src/NoPlugin/Test.hs:15:16: error: | ||
| • Couldn't match type: as ++ (bs ++ cs) | ||
| with: (as ++ bs) ++ cs | ||
| Expected: proxy ((as ++ bs) ++ cs) | ||
| Actual: proxy (as ++ (bs ++ cs)) | ||
| NB: ‘++’ is a non-injective type family | ||
| • In the expression: r | ||
| In an equation for ‘ex2e’: ex2e _ _ _ r = r | ||
| • Relevant bindings include | ||
| r :: proxy (as ++ (bs ++ cs)) (bound at src/NoPlugin/Test.hs:15:12) | ||
| ex2e :: proxy as | ||
| -> proxy bs | ||
| -> proxy cs | ||
| -> proxy (as ++ (bs ++ cs)) | ||
| -> proxy ((as ++ bs) ++ cs) | ||
| (bound at src/NoPlugin/Test.hs:15:1) | ||
| | | ||
| 15 | ex2e _ _ _ r = r | ||
| | ^ | ||
gelisam marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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
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
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.