Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 400 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 400 Bytes

mvars by Richard Cook

Haskell application with main executable only built using Stack

Clone repository

git clone https://github.com/seahug/mvars.git

Install compiler

stack setup

Build

stack build --fast

Run application

stack exec mvars-app

Run tests

stack test

Licence

Released under MIT License