jenix21 / tryhaskell

Try Haskell

Home Page:http://tryhaskell.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tryhaskell

Try Haskell at tryhaskell.org!

Hacking

Get the Git version of Mueval from here: https://github.com/gwern/mueval It has some additions that tryhaskell needs.

Build tryhaskell

$ cabal sandbox init
$ cabal install --only-dependencies
$ cabal build
$ cabal sandbox hc-pkg hide monads-tf

Start tryhaskell, hosted at http://127.0.0.1:4001/

$ env PATH=./.cabal-sandbox/bin:$PATH \
  GHC_PACKAGE_PATH=$(cabal sandbox hc-pkg list | grep '^/.*\.cabal-sandbox') \
  ./dist/build/tryhaskell/tryhaskell

tryhaskell does not currently support any command line arguments or configuration files.

About

Try Haskell

http://tryhaskell.org/

License:BSD 3-Clause "New" or "Revised" License