From ec40f5bd78784a232e57fabba0e3e89c5c274b0b Mon Sep 17 00:00:00 2001 From: toonn Date: Fri, 8 Oct 2021 20:17:29 +0200 Subject: [PATCH] ; cabal.project: Drop compatibility comment The offending syntax is no longer used so the comment can be removed too. Ideally `allow-newer` isn't used in the project's setup. The problem should rather be fixed by adjusting constraints, though these adjustments may need to be made in dependencies upstream. Fixes #1365 [ci skip] --- cabal.project | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cabal.project b/cabal.project index ac7707d75..28037ae4e 100644 --- a/cabal.project +++ b/cabal.project @@ -3,11 +3,6 @@ packages: hledger-lib hledger-ui hledger-web --- syntax error with cabal 3.4, seems no longer needed --- allow-newer: --- brick:base --- config-ini:containers - -- generate a ghc environment file, needed by doctest -- (eg: ./.ghc.environment.x86_64-darwin-8.8.3). -- cabal 3 doesn't write these by default.