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

Latest commit

 

History

History
17 lines (10 loc) · 214 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 214 Bytes

How to Test

cabal new-test --enable-tests

or

cabal new-configure --enable-tests cabal new-test

How to Run

cabal new-run --disable-tests

or

cabal new-configure --disable-tests cabal new-run