Skip to content

Commit 560e05f

Browse files
committed
Add back allow-newers with a comment
1 parent 4f1c390 commit 560e05f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cabal.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ package lsp-types
1717
-- This makes a big difference here as lsp-types
1818
-- has very many independent modules
1919
ghc-options: -j4
20+
21+
if impl(ghc >= 9.7)
22+
-- https://github.com/kcsongor/generic-lens/issues/158
23+
allow-newer:
24+
generic-lens:text,
25+
generic-lens-core:text,

0 commit comments

Comments
 (0)