This repository was archived by the owner on Jun 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed
Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1818 " package.json"
1919 ],
2020 "dependencies" : {
21- "purescript-prelude" : " ^4.1.0 " ,
22- "purescript-web-dom" : " ^1 .0.0" ,
21+ "purescript-prelude" : " ^4.1.1 " ,
22+ "purescript-web-dom" : " ^3 .0.0" ,
2323 "purescript-css" : " ^4.0.0"
2424 },
2525 "devDependencies" : {
26- "purescript-web-html" : " ^1 .2.0 " ,
27- "purescript-web-events" : " ^1 .0.1"
26+ "purescript-web-html" : " ^2 .2.1 " ,
27+ "purescript-web-events" : " ^2 .0.1"
2828 }
2929}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import Web.HTML.Event.EventTypes (load)
1616import Web.HTML.HTMLDocument as HTMLDocument
1717import Web.HTML.Window as Window
1818
19- onLoad :: Effect Unit -> Effect Unit -- forall eff. (Eff (dom :: DOM | eff) Unit) -> Eff (dom :: DOM | eff) Unit
19+ onLoad :: Effect Unit -> Effect Unit
2020onLoad action = do
2121 listener <- eventListener $ const action
2222 win <- map Window .toEventTarget window
Original file line number Diff line number Diff line change 66 "test" : " pulp build -I example/src -- --censor-lib --strict" ,
77 "build-example" : " pulp browserify -I example/src --to example/example.js"
88 },
9- "devDependencies" : {
10- "eslint" : " ^3.19.0" ,
11- "pulp" : " ^12.2.0" ,
12- "purescript" : " ^0.12.0" ,
13- "purescript-psa" : " ^0.6.0" ,
14- "rimraf" : " ^2.6.1"
15- },
169 "dependencies" : {
17- "clipboard" : " 1.6.1"
10+ "clipboard" : " ^2.0.4" ,
11+ "eslint" : " ^5.16.0" ,
12+ "pulp" : " ^13.0.0" ,
13+ "purescript" : " ^0.13.0" ,
14+ "purescript-psa" : " ^0.7.3" ,
15+ "rimraf" : " ^2.6.3"
1816 }
1917}
You can’t perform that action at this time.
0 commit comments