Skip to content

Commit c303b23

Browse files
Nicholas Scheelnatefaubion
authored andcommitted
Updates for PureScript 0.11 (#25)
* Update for PureScript 0.11 Use Effect kind and explicit read* operations with readProp (which now returns another Foreign, since IsForeign was removed). * Update dependencies * v4.0.0 * Update package.json versions * Use traverse instead of map/sequence * Build command should actually run now * Update test
1 parent 961159f commit c303b23

File tree

5 files changed

+183
-186
lines changed

5 files changed

+183
-186
lines changed

bower.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"package.json"
2020
],
2121
"dependencies": {
22-
"purescript-console": "^2.0.0",
23-
"purescript-dom": "^3.1.0",
24-
"purescript-arrays": "^3.0.0",
25-
"purescript-foreign": "^3.0.0",
26-
"purescript-nullable": "^2.0.0",
27-
"purescript-prelude": "^2.1.0"
22+
"purescript-console": "^3.0.0",
23+
"purescript-dom": "^4.0.0",
24+
"purescript-arrays": "^4.0.0",
25+
"purescript-foreign": "^4.0.0",
26+
"purescript-nullable": "^3.0.0",
27+
"purescript-prelude": "^3.0.0"
2828
},
2929
"devDependencies": {
30-
"ace-builds": "^1.2.5",
31-
"purescript-refs": "^2.0.0"
30+
"ace-builds": "^1.2.6",
31+
"purescript-refs": "^3.0.0"
3232
}
3333
}

0 commit comments

Comments
 (0)