Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from slamdata/update/ps0.13
Browse files Browse the repository at this point in the history
version bumps
  • Loading branch information
cryogenian authored Jun 24, 2019
2 parents ee11bad + 7a7634b commit f000058
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"package.json"
],
"dependencies": {
"purescript-prelude": "^4.1.0",
"purescript-web-dom": "^1.0.0",
"purescript-prelude": "^4.1.1",
"purescript-web-dom": "^3.0.0",
"purescript-css": "^4.0.0"
},
"devDependencies": {
"purescript-web-html": "^1.2.0",
"purescript-web-events": "^1.0.1"
"purescript-web-html": "^2.2.1",
"purescript-web-events": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion example/src/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Web.HTML.Event.EventTypes (load)
import Web.HTML.HTMLDocument as HTMLDocument
import Web.HTML.Window as Window

onLoad :: Effect Unit -> Effect Unit --forall eff. (Eff (dom :: DOM | eff) Unit) -> Eff (dom :: DOM | eff) Unit
onLoad :: Effect Unit -> Effect Unit
onLoad action = do
listener <- eventListener $ const action
win <- map Window.toEventTarget window
Expand Down
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
"test": "pulp build -I example/src -- --censor-lib --strict",
"build-example": "pulp browserify -I example/src --to example/example.js"
},
"devDependencies": {
"eslint": "^3.19.0",
"pulp": "^12.2.0",
"purescript": "^0.12.0",
"purescript-psa": "^0.6.0",
"rimraf": "^2.6.1"
},
"dependencies": {
"clipboard": "1.6.1"
"clipboard": "^2.0.4",
"eslint": "^5.16.0",
"pulp": "^13.0.0",
"purescript": "^0.13.0",
"purescript-psa": "^0.7.3",
"rimraf": "^2.6.3"
}
}

0 comments on commit f000058

Please sign in to comment.