From f0e73909faf94e018a2e0227d2b030eb69ac2d2c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 12 Mar 2021 07:01:48 -0800 Subject: [PATCH] ;cabal: fix cabal.project error with cabal 3.4 --- cabal.project | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index d4a92d4ac..ac7707d75 100644 --- a/cabal.project +++ b/cabal.project @@ -3,9 +3,10 @@ packages: hledger-lib hledger-ui hledger-web -allow-newer: - brick:base - config-ini:containers +-- 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).