;pkg:cabal: fix build with ghc <9.14
This commit is contained in:
parent
356e2ba88a
commit
86acb04462
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user