Skip to content

Commit

Permalink
Merge pull request #1 from gbagan/main
Browse files Browse the repository at this point in the history
update packages.dhall, spago.dhall and bower.json
  • Loading branch information
gbagan authored Nov 2, 2023
2 parents ad553c2 + bcc78bb commit 2959db8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"purescript-maybe": "^v6.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-web-dom": "^v6.0.0",
"purescript-web-uievents": "^v4.0.0"
"purescript-web-uievents": "^v5.0.0"
}
}
4 changes: 2 additions & 2 deletions packages.dhall
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.0-20220504/packages.dhall
sha256:fd37736ecaa24491c907af6a6422156417f21fbf25763de19f65bd641e8340d3
https://github.com/purescript/package-sets/releases/download/psc-0.15.12-20231024/packages.dhall
sha256:8aa63621af6a0e6d8d4611279b454a1a69364be9f1151530aca72432160fa439

in upstream
13 changes: 11 additions & 2 deletions spago.dhall
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{ name = "web-pointerevents"
, license = "MIT"
, repository = "https://github.com/gbagan/purescript-web-pointerevents"
, dependencies = ["prelude", "effect", "maybe", "web-dom", "web-uievents"]
, dependencies =
[ "effect"
, "maybe"
, "prelude"
, "unsafe-coerce"
, "web-dom"
, "web-events"
, "web-html"
, "web-uievents"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
}
}

0 comments on commit 2959db8

Please sign in to comment.