Skip to content

Commit 988dead

Browse files
committed
Add explanatory comments to cabal.project file
1 parent fa15a5f commit 988dead

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

cabal.project

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
212
import: 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: .

0 commit comments

Comments
 (0)