Skip to content

Update nix-tools github action #1846

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 11 commits into from
Feb 16, 2023
Prev Previous commit
Next Next commit
Fix for latest hls
  • Loading branch information
hamishmack committed Feb 16, 2023
commit ceb9b21728ccd928c06c28a56ae4a18e435d72a9
2 changes: 1 addition & 1 deletion modules/hackage-quirks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ in [
# TODO Remove this flag once the hls-haddock-comments-plugin is updated in hackage to work with ghc 9.2
+ lib.optionalString (__elem config.compiler-nix-name ["ghc921" "ghc922" "ghc923" "ghc924" "ghc925" "ghc926"]) ''
package haskell-language-server
flags: -haddockcomments
flags: -haddockcomments -callhierarchy
'');
}
)
Expand Down