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.
https://wiki.haskell.org/Zeno http://pubs.doc.ic.ac.uk/zenoTwo/
- Make sure your cabal is up to date -
$ cabal update
- Configure zeno -
$ cabal configure
- 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