-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
ghcide needs prettyprinter-1.7 to build #2875
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fails with prettyprinter 1.6 ``` [37 of 77] Compiling Development.IDE.Types.Logger ( src/Development/IDE/Types/Logger.hs, dist/build/Development/IDE/Types/Logger.o ) src/Development/IDE/Types/Logger.hs:57:1: error: Could not find module `Prettyprinter' Use -v (or `:set -v` in ghci) to see a list of the files searched for. | 57 | import Prettyprinter as PrettyPrinterModule | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Development/IDE/Types/Logger.hs:58:1: error: Could not find module `Prettyprinter.Render.Text' Use -v (or `:set -v` in ghci) to see a list of the files searched for. | 58 | import Prettyprinter.Render.Text (renderStrict) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cabal: Failed to build ghcide-1.7.0.0 (which is required by exe:haskell-language-server from haskell-language-server-1.7.0.0 and exe:haskell-language-server-wrapper from haskell-language-server-1.7.0.0). See the build log above for details. ``` from https://download.copr.fedorainfracloud.org/results/petersen/haskell-language-server/fedora-34-x86_64/04345531-haskell-language-server/
Probably would be good to do a Hackage revision too. |
pepeiborra
approved these changes
Apr 30, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hackage revision done, thanks for reporting!
sloorush
pushed a commit
to sloorush/haskell-language-server
that referenced
this pull request
May 21, 2022
fails with prettyprinter 1.6 ``` [37 of 77] Compiling Development.IDE.Types.Logger ( src/Development/IDE/Types/Logger.hs, dist/build/Development/IDE/Types/Logger.o ) src/Development/IDE/Types/Logger.hs:57:1: error: Could not find module `Prettyprinter' Use -v (or `:set -v` in ghci) to see a list of the files searched for. | 57 | import Prettyprinter as PrettyPrinterModule | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Development/IDE/Types/Logger.hs:58:1: error: Could not find module `Prettyprinter.Render.Text' Use -v (or `:set -v` in ghci) to see a list of the files searched for. | 58 | import Prettyprinter.Render.Text (renderStrict) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cabal: Failed to build ghcide-1.7.0.0 (which is required by exe:haskell-language-server from haskell-language-server-1.7.0.0 and exe:haskell-language-server-wrapper from haskell-language-server-1.7.0.0). See the build log above for details. ``` from https://download.copr.fedorainfracloud.org/results/petersen/haskell-language-server/fedora-34-x86_64/04345531-haskell-language-server/
hololeap
pushed a commit
to hololeap/haskell-language-server
that referenced
this pull request
Aug 26, 2022
fails with prettyprinter 1.6 ``` [37 of 77] Compiling Development.IDE.Types.Logger ( src/Development/IDE/Types/Logger.hs, dist/build/Development/IDE/Types/Logger.o ) src/Development/IDE/Types/Logger.hs:57:1: error: Could not find module `Prettyprinter' Use -v (or `:set -v` in ghci) to see a list of the files searched for. | 57 | import Prettyprinter as PrettyPrinterModule | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Development/IDE/Types/Logger.hs:58:1: error: Could not find module `Prettyprinter.Render.Text' Use -v (or `:set -v` in ghci) to see a list of the files searched for. | 58 | import Prettyprinter.Render.Text (renderStrict) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cabal: Failed to build ghcide-1.7.0.0 (which is required by exe:haskell-language-server from haskell-language-server-1.7.0.0 and exe:haskell-language-server-wrapper from haskell-language-server-1.7.0.0). See the build log above for details. ``` from https://download.copr.fedorainfracloud.org/results/petersen/haskell-language-server/fedora-34-x86_64/04345531-haskell-language-server/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fails with prettyprinter 1.6
from https://download.copr.fedorainfracloud.org/results/petersen/haskell-language-server/fedora-34-x86_64/04345531-haskell-language-server/