ci: Simplify usage directions
While discussing usage of head.hackage with Simon it was pointed out that it would be simpler for users if there were a single command which could be invoked to add head.hackage to a project. Here we refactor the cabal.project snippets to make this feasible. In particular, we now provide three files:
-
repo.project
contains the minimal snippet which just defines thesource-repository
stanza -
cabal.constraints
contains the version constraints andallow-newer
declaration -
cabal.project
is the concatenation of both
We can then instruct users to simply curl
cabal.project
into their cabal.project.local
file.
Merge request reports
Activity
added 51 commits
-
d76aa85d...a5f357c0 - 49 commits from branch
master
- 6085384f - ci: Simplify usage directions
- 39ae59ac - Fix name
-
d76aa85d...a5f357c0 - 49 commits from branch
mentioned in merge request homepage!29
added 4 commits
-
39ae59ac...769579ca - 2 commits from branch
master
- 4739ee1a - ci: Simplify usage directions
- 83ad8179 - Fix name
-
39ae59ac...769579ca - 2 commits from branch
Please register or sign in to reply