mirror of
https://github.com/alexwl/haskell-code-explorer.git
synced 2024-11-25 23:56:17 +03:00
22 lines
747 B
Plaintext
22 lines
747 B
Plaintext
-- These are project-fixed settings and should not contain developer specific settings.
|
|
--
|
|
-- Developer specific settings can be configured in cabal.project.local (e.g. optimization level)
|
|
-- either manually or through 'cabal new-configure'.
|
|
--
|
|
-- Refer to the documentation: https://cabal.readthedocs.io/en/latest/nix-local-build.html#cabal-new-configure
|
|
-- https://cabal.readthedocs.io/en/latest/nix-local-build.html#configuring-builds-with-cabal-project
|
|
--
|
|
-- A common config might be:
|
|
-- -- all local packages
|
|
-- optimization: 0
|
|
--
|
|
-- -- always build dependencies with highest optimization
|
|
-- package *
|
|
-- optimization: 2
|
|
|
|
with-compiler: ghc-8.4.4
|
|
|
|
packages: .
|
|
vendor/cabal-helper-0.8.1.2
|
|
|