-
-
Notifications
You must be signed in to change notification settings - Fork 392
Support hls-hlint-plugin and hls-stylish-plugin for ghc9.0 and ghc9.2 #2854
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
Changes from all commits
625824d
8fbc1ea
f2c8ca3
ae54504
af182dd
7e1e64e
a66395f
27a1174
2995411
0f2d692
2362e66
7690421
ecdaed0
d4c1a93
d36688f
52442e5
e3e3888
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ library | |
build-depends: | ||
, base >=4.12 && <5 | ||
, filepath | ||
, fourmolu ^>=0.3 || ^>=0.4 || ^>= 0.5 | ||
, fourmolu ^>=0.3 || ^>=0.4 || ^>= 0.6 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need to disallow 0.5 or should we just add 0.6? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 0.5 and 0.6 have the same requirements but 0.6 has bug fix, I don't think we have a reason to allow 0.5. https://github.com/fourmolu/fourmolu/blob/master/CHANGELOG.md |
||
, ghc | ||
, ghc-boot-th | ||
, ghcide ^>=1.7 | ||
|
Uh oh!
There was an error while loading. Please reload this page.