Installation
Environment requirements
- OS:
Ubuntu 22.04ormacOS 12. stackis installable.eo-phi-normalizeris installable.
Install stack
See the official stack installation documentation.
Install eo-phi-normalizer
Install the eo-phi-normalizer executable globally via stack.
Then, the eo-phi-normalizer executable will be available on PATH.
Install eo-phi-normalizer from the repository
Clone and enter the project repository.
git clone https://github.com/objectionary/eo-phi-normalizer --recurse-submodules
cd eo-phi-normalizer
Install eo-phi-normalizer.
export LC_ALL=C.UTF-8
stack install eo-phi-normalizer
Install eo-phi-normalizer from Hackage
You can see all package versions on its Hackage page.
Use the necessary version in the stack install command.
stack update
export LC_ALL=C.UTF-8
stack install --resolver lts-22.16 eo-phi-normalizer-3.2.0
Update eo-phi-normalizer
Run stack install ... as in one of the methods above.
Uninstall eo-phi-normalizer
Learn where stack installs programs.
stack path --programs
Learn how to uninstall a program.
stack uninstall