2016-10-05 20:15:13 +03:00
|
|
|
packages: hledger-lib
|
|
|
|
hledger
|
|
|
|
hledger-ui
|
|
|
|
hledger-web
|
2018-10-24 13:31:56 +03:00
|
|
|
|
2020-03-07 05:18:15 +03:00
|
|
|
-- generate a ghc environment file, needed by doctest
|
|
|
|
-- (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
|