Add cabal.project

This commit is contained in:
CrystalSplitter 2023-10-14 21:32:14 -07:00
parent 917d85600c
commit d1a62d351e

17
cabal.project Normal file
View File

@ -0,0 +1,17 @@
packages: *.cabal
verbose: 3
run-tests: True
jobs: $ncpus
-- By default, we want to build for release
-- and devs may disable this as a local configuration.
executable-stripping: True
library-stripping: True
optimization: 2
-- Since this is meant as a standalone executable, we *should* statically link.
-- However, I don't seem to have all the system dependencies needed for this.
--
-- For the space-conscious and those making use of shared
-- haskell libs, set this to False regardless.
executable-static: False