Skip to content

Commit

Permalink
Update to PureScript 0.15.10
Browse files Browse the repository at this point in the history
- Switch to Spago
- Remove MonadZero
- Change Proxy2 to Proxy
- Run purs-tidy

Note: benchmarks will not run until purescript-benchotron
can be updated to v0.15.0
(hdgarrood/purescript-benchotron#23).
  • Loading branch information
joe-op committed Oct 15, 2023
1 parent 1f1d828 commit bdcd5c9
Show file tree
Hide file tree
Showing 13 changed files with 2,763 additions and 405 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install dependencies
run: |
npm install -g bower
npm install -g spago
npm install
- name: Build source
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ node_modules/
tmp/
.psci_modules/
.pulp-cache/
.spago/
npm-debug.log
docs/
1 change: 1 addition & 0 deletions .purs-repl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import Prelude
45 changes: 0 additions & 45 deletions bower.json

This file was deleted.

0 comments on commit bdcd5c9

Please sign in to comment.