Add support for GHC 8.10.1 #312
No reviewers
Labels
No Label
blocked: dependency
blocked: info-needed
bug
duplicate
enhancement
fixed in HEAD
help wanted
hs:arrows
hs:brackets
hs:classes
hs:comments
hs:do-notation
hs:guards
hs:lists
hs:operators
hs:patterns
hs:records
hs:types
invalid
language extension support
layouting
needs confirmation
priority: high
priority: low
question
revisit before next release
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hexagoxel/brittany#312
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "ghc-8.10.1"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Continuing the work of @jneira in #305 , rebased
Related to #269
This doesn't build with GHC 8.4, 8.2, or 8.0. Do you know if it's an easy fix or not?
@tfausak maybe i am not interpreting those builds correctly but they seem fail for ghc-8.10.2 and no for other versions??
EDIT: oh, i've just see you dropped support for those versions in the pr
Afaics all changes in this pr was made under cpp conditions so it should not interfere with older ghc versions (module some error)
I think some of the CPP changes looked like this:
cpp if branch without code
cpp if branch without code
Yeah, but it should no make fail previous ghc versions but make ghc-8.10.1 fail, no?
(sorry if i am wrong i am only gathering at the code without even compiling it)
Can you share the errors that were thrown for earlier versions? are there in the travis failed build for this pr?
Sorry, my comment wasn't very helpful. Also apparently the links I shared earlier don't work anymore. I probably shouldn't have rebased #324. Here are actually usable links to the build failures:
I'm closing this in favor of #324, which includes these commits. Please let me know if I've missed something!
Pull request closed