File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1- -- With cabal projects, import is available with cabal-install >= 3.8.
1+ -- This file is a configuration file for Cabal (the tool). It is provided to
2+ -- assist some users of that tool to develop Stack. For information about
3+ -- `cabal.project` files, see:
4+ -- https://cabal.readthedocs.io/en/stable/cabal-project.html.
5+
6+ -- For information about possible limitations of the `cabal.config` files
7+ -- corresponding to Stackage package sets that are made available by Stackage
8+ -- see: https://github.com/fpco/stackage-server/issues/232.
9+
10+ -- `import:` is only available to users of Cabal (the tool) >= 3.8.1.0.
11+
212import : https://www.stackage.org/nightly-2022-09-05/cabal.config
3- packages : .
13+
14+ -- Extra-deps (if any) would be specified by adding:
15+ --
16+ -- constraints: <package_name> == <version_number>
17+
18+ packages : .
You can’t perform that action at this time.
0 commit comments