-
Notifications
You must be signed in to change notification settings - Fork 4
Update to v0.14.0-rc3 #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to v0.14.0-rc3 #7
Conversation
spago.dhall
Outdated
{- | ||
Welcome to a Spago project! | ||
You can edit this file as you like. | ||
-} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we remove this comment?
.github/workflows/ci.yml
Outdated
@@ -1,6 +1,6 @@ | |||
name: CI | |||
|
|||
on: push | |||
on: [push, pull_request] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on: [push, pull_request] | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] |
spago.dhall
Outdated
{- | ||
Welcome to a Spago project! | ||
You can edit this file as you like. | ||
-} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{- | |
Welcome to a Spago project! | |
You can edit this file as you like. | |
-} |
spago.dhall
Outdated
{ name = "web-cssom" | ||
, dependencies = [ "web-dom", "web-html", "psci-support" ] | ||
, packages = ./packages.dhall | ||
, sources = [ "src/**/*.purs", "test/**/*.purs" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
, sources = [ "src/**/*.purs", "test/**/*.purs" ] | |
, sources = [ "src/**/*.purs" ] |
We can either trim the sources or add a dummy test.
@JordanMartinez looks like this library was missed when updating them all to 0.14.0-rc3 with Bower. |
@thomashoneyman Thanks. I've updated my PR to use bower rather than Spago |
CI builds |
Backlinking to purescript/purescript#3942