Skip to content

chamini2/sapphire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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