NAME
bali-phy-pkg - Manage BAli-Phy packages
SYNOPSIS
bali-phy-pkg [command] [arguments]
DESCRIPTION
Install and remove BAli-Phy packages.
On Linux and macOS, packages are installed in
~/.local/share/bali-phy/packages. On Windows, packages are
installed in %LOCALAPPDATA%\bali-phy\packages unless
HOME is set.
Package information is kept in the info directory beside
the packages directory.
Exact Hackage sources fetched for development are kept separately
under the hackage directory. Fetching a source does not
install it or make its modules importable.
ALL OPTIONS:
- help, -h,
--help
-
Produce help message.
- available
-
List packages available on the web.
- install PACKAGE
-
Install package PACKAGE from the web.
- install-archive ARCHIVE
-
Install package in local file ARCHIVE.
- fetch-hackage PACKAGE
VERSION
-
Fetch one exact Hackage release into a versioned source cache. The cache
records and verifies the source archive, latest numbered Cabal revision,
declared license files, and every extracted source file. An intact
cached release can be reused offline.
- uninstall PACKAGE
-
Uninstall package PACKAGE
- packages
-
List installed packages and their version numbers.
- info PACKAGE
-
Show information about the installed version of package
PACKAGE.
- files PACKAGE
-
List files for installed package PACKAGE.
- installed
-
List files for all installed packages
- untracked
-
List files in the package directory that aren't from any installed
package.
- missing
-
List installed package files that are absent from the package directory.
REPORTING BUGS:
BAli-Phy online help: http://www.bali-phy.org/docs.php.
Please send bug reports to bali-phy-users@googlegroups.com.