Skip to content

Files

Latest commit

8553aa4 · Feb 17, 2021

History

History
18 lines (12 loc) · 264 Bytes

how-to-run-reminder.md

File metadata and controls

18 lines (12 loc) · 264 Bytes

How to run the project

Linux

run ghci :l Playground to reload :r

Cabal

  • cabal v2-repl codewars-haskell
  • run cabal repl and then :load Playground.hs

Stack

Didn't manage to build with stack

stack build --file-watch --fast --pedantic