Module declaration is being mixed with pragmas #275
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#275
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
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?
Using brittany master on https://hexagoxel.de/brittany/ the following code
is turned into
If I use Brittany 0.12.1.1 it seems to work, although the mangled version above is turned into
which is still strange, but better :-)
Thank you for your work on Brittany!
Thanks for the report. This is fixed on master; I have triggered a deploy of current master to the web interface. Will take a few minutes. Unless something breaks about my scripting :p
Thanks for the quick response! However, I still seem to be getting the same formatting issue on https://hexagoxel.de/brittany/, but perhaps that is only updated once in a while?
whoops, yeah, I had messed up and it only deployed for GHCs 8.0,8.2,8.4. Fixed; According to my tests it is working properly now.
Great, thank you!