- Stack package manager (>= 2.1.3)
- GHC Haskell (2010)
__
stack runExecute HSpec test cases via
# Run all specs
stack test
# Run individual spec by matcher keyword
stack test --ta=--match=[keyword]stack installThe resulting artifact will be located in:
- On Windows x86_64 -> e.g.
~\AppData\Roaming\Local\bin(available through CLI)