Installation

Install the normalizer executable globally via stack. Then, the normalizer executable will be available on PATH.

Install from the repository

Clone and enter the project repository.

git clone https://github.com/objectionary/normalizer --recurse-submodules
cd normalizer

Install normalizer.

export LC_ALL=C.UTF-8
stack install eo-phi-normalizer

Install from Hackage

stack update
export LC_ALL=C.UTF-8
stack install --resolver lts-22.16 eo-phi-normalizer

Update

Run stack install ... as in one of the methods above.

Uninstall

Learn where stack installs programs.

stack path --programs

Learn how to uninstall a program.

stack uninstall