Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 502 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 502 Bytes

Build Status

How to build

Library:

cabal clean && cabal configure && cabal build

Tests:

cabal clean && cabal configure -fbuildtests && cabal build

Running the tests

./dist/build/runtests/runtests

Running

Best current example is tft.hs

Running with any argument will turn on verbose logging.

A representation of the messages is always written to file line.log

Changes