-
-
Notifications
You must be signed in to change notification settings - Fork 376
Expand file tree
/
Copy pathcabal.project
More file actions
25 lines (22 loc) · 959 Bytes
/
cabal.project
File metadata and controls
25 lines (22 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.
-- https://github.com/simonmichael/hledger/issues/1139
-- https://github.com/sol/doctest/issues/245#issuecomment-583171683
-- cabal 2 doesn't understand this flag, but it's just a warning; should be ok.
-- cabal 3 still fails with doctest the first time; you have to run it
-- a second time. Hopefully in practice it won't fail, because of a
-- preceding cabal build.
write-ghc-environment-files: always
-- haskell-debugger/cabal.project has these, useful ?
-- executable-dynamic: True
-- package *
-- -- Speeds up a bit
-- library-vanilla: False