Skip to content

Commit 4404a08

Browse files
committed
cabal.project: Add comment regarding specific hp2pretty version due to bug
1 parent 2e9fbe3 commit 4404a08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cabal.project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ constraints:
4949
-- in the future, thus: TODO: remove this flag.
5050
bitvec -simd,
5151

52-
-- https://github.com/haskell/haskell-language-server/issues/4324
5352

5453
if impl(ghc >= 9.8.4) && impl(ghc < 9.8.5)
5554
-- 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)
6160
constraints:
6261
ghc-lib-parser==9.8.4.20241130
6362

63+
-- We need to use a specific version of hp2pretty because of a bug
64+
-- https://github.com/haskell/haskell-language-server/issues/4324
6465
source-repository-package
6566
type: git
6667
location: https://github.com/soulomoon/hp2pretty.git

0 commit comments

Comments
 (0)