Skip to content

Commit

Permalink
Upgrade to Ps Compiler 0.14
Browse files Browse the repository at this point in the history
* Uses temporary ps 0.14 fork of purescript-b64
* Bower can build it, spago can't yet
  • Loading branch information
newlandsvalley committed Mar 9, 2021
1 parent be84519 commit c0e1191
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"url": "https://github.com/newlandsvalley/purescript-soundfonts.git"
},
"dependencies": {
"purescript-prelude": "^4.1.1",
"purescript-affjax": "^11.0.0",
"purescript-parallel": "^4.0.0",
"purescript-argonaut-core": "^5.0.0",
"purescript-prelude": "^5.0.0",
"purescript-affjax": "^12.0.0",
"purescript-parallel": "^5.0.0",
"purescript-argonaut-core": "^6.0.0",
"purescript-encoding": "^0.0.6",
"purescript-b64": "^0.0.6",
"purescript-midi": "^2.3.2"
"purescript-b64": "https://github.com/CarstenKoenig/purescript-b64.git# purescript-0.14",
"purescript-midi": "^3.0.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-test-unit": "^15.0.0",
"purescript-console": "^4.2.0",
"purescript-node-fs-aff": "^6.0.0"
"purescript-psci-support": "^5.0.0",
"purescript-test-unit": "^16.0.0",
"purescript-console": "^5.0.0",
"purescript-node-fs-aff": "^7.0.0"
}
}

0 comments on commit c0e1191

Please sign in to comment.