Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 324 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 324 Bytes

Haskell playground

Build Status

Development

  1. Set up
stack setup
  1. Build
stack build
  1. Run app
stack exec playground-exe
  1. Run tests
stack test