;pkg:cabal: fix build with ghc <9.14

This commit is contained in:
Simon Michael 2025-11-15 21:33:57 -10:00
parent 356e2ba88a
commit 86acb04462

View File

@ -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 packages: hledger-lib
hledger hledger
hledger-ui hledger-ui
hledger-web 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 -- generate a ghc environment file, to let doctest work
-- (eg: ./.ghc.environment.x86_64-darwin-8.8.3). -- (eg: ./.ghc.environment.x86_64-darwin-8.8.3).
-- cabal 3 doesn't write these by default. -- cabal 3 doesn't write these by default.