`cabal list` is not v2-aware
Open
cabal-install: cmd/list
cabal-install: v2-build system
type: enhancement
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
as per https://stackoverflow.com/questions/57932348/cabal-install-works-but-cabal-list-does-not-find-package
`cabal list` shows which libraries are installed in the ghc pkgdb, but does not show libraries that are "installed" via global env files.
> >cabal list easyplot
> * easyplot
> Synopsis: A tiny plotting library, utilizes gnuplot for plotting.
> Default available version: 1.0
> Installed versions: [ Not installed ] <<<<<<<<<<<<< NOTE
> Homepage: http://hub.darcs.net/scravy/easyplot
> License: MIT
>
Contributor guide
Assessment
This issue has not been assessed yet.