From 8fc240d46d7137fc897b378007142d1621c31376 Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Sun, 26 May 2024 18:51:51 +0100 Subject: [PATCH] Remove allow-newers (#585) I think these are now all unnecessary. --- cabal.project | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/cabal.project b/cabal.project index ec70c220..8e2fe0e6 100644 --- a/cabal.project +++ b/cabal.project @@ -1,4 +1,4 @@ -index-state: 2024-05-16T14:00:00Z +index-state: 2024-05-26T14:00:00Z packages: ./lsp @@ -17,21 +17,3 @@ package lsp-types -- This makes a big difference here as lsp-types -- has very many independent modules ghc-options: -j4 - -if impl(ghc >= 9.9) - allow-newer: - aeson:containers, - aeson:template-haskell, - boring:base, - co-log-core:base, - entropy:base, - entropy:directory, - entropy:filepath, - entropy:process, - quickcheck-instances:base, - quickcheck-instances:containers, - semialign:base, - semialign:containers, - these:base, - uuid-types:template-haskell, - witherable:containers,