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