aboutsummaryrefslogtreecommitdiff
path: root/cabal-plan
Commit message (Collapse)AuthorAgeFilesLines
* Use cabal-plan-0.5 from HackageDaniel Gröber2019-01-2215-3932/+0
|
* git subrepo push --branch=target-selector cabal-planDaniel Gröber2019-01-221-3/+3
| | | | | | | | | | | | | | subrepo: subdir: "cabal-plan" merged: "e36c8ca" upstream: origin: "../cabal-plan" branch: "target-selector" commit: "e36c8ca" git-subrepo: version: "0.4.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "5d6aba9"
* Add cabal target-selector compatible pretty printer for CompNameDaniel Gröber2019-01-223-12/+23
| | | | | | | | | | | | | Currently `dispCompName CompNameLib` would just print `"lib"` however this syntax is neither accepted by `cabal v1-build` nor `v2-build` as a valid target selector making it somewhat useless for that use-case. To specify a main library as a target selector one has to use the `<namespace>:<component name>` syntax where `<component name>` is the name of the respective package for unqualified libraries. Hence this commit adds new function `dispCompName` with an additional `PkgName` argument.
* git subrepo clone --branch=master --force ../cabal-planDaniel Gröber2019-01-221-3/+4
| | | | | | | | | | | | | | subrepo: subdir: "cabal-plan" merged: "cd93de6" upstream: origin: "../cabal-plan" branch: "master" commit: "cd93de6" git-subrepo: version: "0.4.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "5d6aba9"
* git subrepo clone ../cabal-plan cabal-planDaniel Gröber2018-10-2615-0/+3920
subrepo: subdir: "cabal-plan" merged: "34506ab" upstream: origin: "../cabal-plan" branch: "master" commit: "34506ab" git-subrepo: version: "0.3.1" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "a7ee886"