Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix min bound for ghc-exactprint dependency in hls-class-plugin #2710

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

pepeiborra
Copy link
Collaborator

@pepeiborra pepeiborra commented Feb 13, 2022

Earlier versions of ghc-exactprint lead to a build error:

[1 of 1] Compiling Ide.Plugin.Class ( src/Ide/Plugin/Class.hs, dist/dist-sandbox-fb36eb2d/build/Ide/Plugin/Class.o )

src/Ide/Plugin/Class.hs:36:59: error:
    Module `Language.Haskell.GHC.ExactPrint.Utils' does not export `rs'
   |
36 | import           Language.Haskell.GHC.ExactPrint.Utils   (rs)
   |                                                           ^^

@pepeiborra pepeiborra requested a review from Ailrun as a code owner February 13, 2022 18:44
@michaelpj michaelpj merged commit 54de5a7 into haskell:master Feb 14, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants