From 86acb04462cfad4e1be6d58dcda4c0395e6240f9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 15 Nov 2025 21:33:57 -1000 Subject: [PATCH] ;pkg:cabal: fix build with ghc <9.14 --- cabal.project | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index 31ca4f5c1..c9da98760 100644 --- a/cabal.project +++ b/cabal.project @@ -1,11 +1,12 @@ --- cabal config suitable for working with ghc 9.14 -with-compiler: ghc-9.14 -allow-newer: base,containers,ghc,ghc-bignum,template-haskell,time packages: hledger-lib hledger hledger-ui hledger-web +-- cabal config suitable for working with ghc 9.14, for haskell-debugger +-- with-compiler: ghc-9.14 +-- allow-newer: base,containers,ghc,ghc-bignum,template-haskell,time + -- generate a ghc environment file, to let doctest work -- (eg: ./.ghc.environment.x86_64-darwin-8.8.3). -- cabal 3 doesn't write these by default.