Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 280 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 280 Bytes

Sapphire

Build

To build, use The Haskell Tool Stack:

Local installation

stack install

Running tests

To test once, do

stack test

To have a watcher for file changes while developing, do

stack test --file-watch