- The following method has been tested:
- Install GHCup
- Using GHCup, install ghc 9.02, stack, and HLS if needed for IDE support
-
The packages aern2-mp and aern2-real are available via Hackage and Stackage and also on some Linux distributions.
-
A package manager will install these packages automatically if they are listed among dependencies.
- git clone
https://github.com/michalkonecny/aern2.git
- Build the packages using stack:
- (optional) Check that the provided
stack.yaml
meets your needs. - Run
stack install
in the base folder. - Run
stack test aern2-mp
in the base folder.
- (optional) Check that the provided