stefankoegel / clickyEvaluation

Visual tool for stepwise evaluation of simple Haskell expressions
MIT License
20 stars 4 forks source link

Updates for PureScript 0.9.3 #36

Closed cubicalcucumber closed 7 years ago

cubicalcucumber commented 7 years ago

Note: This patch also includes all necessary changes in order to support PureScript 0.10.1. Updating to PureScript 0.10.1 would require updating the dependencies as well.

Don't forget to update PureScript, Pulp and the dependencies:

npm install -g purescript@0.9.3
npm install -g pulp@9.0.1

rm -rf bower_components
bower cache clean
bower install
stefankoegel commented 7 years ago

I fixed the Travis-CI timeout in PR #37. Thank you.