Skip to content

The stack list command

2.7.1

stack list [PACKAGE]

stack list <package_name> will list the latest version of the package from Hackage. If the package name cannot be found on Hackage, even after updating the package index, suggestions (not necessarily good ones) will be made about the intended package name.

stack --resolver <snapshot> list <package_name> will list the version of the package in the specified snapshot, unless the package comes with GHC on Unix-like operating systems. If the package name cannot be found in the snapshot, the command will fail, identifying only the package(s) that did not appear in the snapshot.

More than one package name can be specified.

stack --resolver <snapshot> list will list all the packages in the specified snapshot, except those which come with GHC on Unix-like operating systems.

For example:

stack list base unix Win32 acme-missiles pantry
base-4.18.0.0
unix-2.8.1.1
Win32-2.13.4.0
acme-missiles-0.3
pantry-0.8.1

stack list paltry
Could not find package paltry, updating
...
Package index cache populated
Error: [S-4926]
- Could not find package paltry on Hackage. Perhaps you meant: retry, path, pantry, pretty, pasty, xattr, alloy, para, pappy, alure

stack --resolver lts-20.19 list base unix Win32 acme-missiles pantry
Error: [S-4926]
- Package does not appear in snapshot: base
- Package does not appear in snapshot: unix
- Package does not appear in snapshot: acme-missiles

stack --resolver lts-20.19 list Win32 pantry
Win32-2.12.0.1
pantry-0.5.7

stack --resolver lts-20.19 list
AC-Angle-1.0
ALUT-2.4.0.3
...
zstd-0.1.3.0
ztail-1.2.0.3