From 560e05f113bf89386b5ae13f8a4eb040276189ba Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Mon, 13 Nov 2023 10:49:07 +0000 Subject: [PATCH] Add back allow-newers with a comment --- cabal.project | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cabal.project b/cabal.project index 3187c3a5..7d0ad235 100644 --- a/cabal.project +++ b/cabal.project @@ -17,3 +17,9 @@ package lsp-types -- This makes a big difference here as lsp-types -- has very many independent modules ghc-options: -j4 + +if impl(ghc >= 9.7) + -- https://github.com/kcsongor/generic-lens/issues/158 + allow-newer: + generic-lens:text, + generic-lens-core:text,