Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 564 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 564 Bytes

Zeno

Unofficial Zeno fork. Updated to work with current GHC. For now, I have changed it minimally just to make it run. But I might update it later.

Site

https://wiki.haskell.org/Zeno http://pubs.doc.ic.ac.uk/zenoTwo/

Instruction -

  1. Make sure your cabal is up to date -
$ cabal update
  1. Configure zeno -
$ cabal configure
  1. Build zeno -
$ runhaskell Setup build

And there you go, if everything works as expected, it should build properly... :-D

To test you can run -

$ ./dist/build/zeno/zeno test/test.hs