haskell / haskell/cabal

Access to plan.json of v2-install

Open
#6,138 1 comment 2 reactions 0 assignees View on GitHub
cabal-install: cmd/install re: cabal-plan
Dominant language
Haskell
Stars
1.7k
Forks
750
Avg merge
4d 3h
Merged PRs (30d)
28

Description

I'd be able to say

```base
cabal v2-install hlint --dry --something=this-dir
```

and to find `plan.json` somewhere inside `this-dir`.

---

My first idea is to make `--something` control temporary directory , and remove temporary file cleanup. That would be good enough approach.

i.e.

```
cabal v2-install hlint --dry --tmp-dir=this-dir --keep-temporary-files
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.