We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9fbe3 commit 4404a08Copy full SHA for 4404a08
cabal.project
@@ -49,7 +49,6 @@ constraints:
49
-- in the future, thus: TODO: remove this flag.
50
bitvec -simd,
51
52
--- https://github.com/haskell/haskell-language-server/issues/4324
53
54
if impl(ghc >= 9.8.4) && impl(ghc < 9.8.5)
55
-- By depending on ghc-lib-parser and ghc, we are encountering
@@ -61,6 +60,8 @@ if impl(ghc >= 9.8.4) && impl(ghc < 9.8.5)
61
60
constraints:
62
ghc-lib-parser==9.8.4.20241130
63
+-- We need to use a specific version of hp2pretty because of a bug
64
+-- https://github.com/haskell/haskell-language-server/issues/4324
65
source-repository-package
66
type: git
67
location: https://github.com/soulomoon/hp2pretty.git
0 commit comments