forked from alexwl/haskell-code-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcabal.project
More file actions
21 lines (20 loc) · 856 Bytes
/
cabal.project
File metadata and controls
21 lines (20 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-- 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
packages:
./haskell-code-explorer.cabal
./vendor/ghc/compiler/ghc.cabal
./vendor/ghc/utils/deriveConstants/deriveConstants.cabal
./vendor/ghc/utils/genprimopcode/genprimopcode.cabal