-
Notifications
You must be signed in to change notification settings - Fork 33
Release for purescript 0.14 #46
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
Comments
For folks who'd like to use Applied these additions to the book in purescript-contrib/purescript-book#311 let additions =
{ react-basic =
{ dependencies = [ "prelude", "effect", "record" ]
, repo = "https://github.com/lumihq/purescript-react-basic.git"
, version = "main"
}
, react-basic-hooks =
{ dependencies =
[ "prelude"
, "aff-promise"
, "aff"
, "console"
, "datetime"
, "effect"
, "either"
, "indexed-monad"
, "maybe"
, "newtype"
, "numbers"
, "react-basic"
, "type-equality"
, "unsafe-coerce"
, "unsafe-reference"
, "web-html"
]
, repo =
"https://github.com/milesfrain/purescript-react-basic-hooks.git"
, version = "v6.3.0-ps-0.14"
}
, react-basic-dom =
{ dependencies =
[ "prelude"
, "effect"
, "foreign-object"
, "react-basic"
, "unsafe-coerce"
, "web-dom"
, "web-events"
, "web-file"
, "web-html"
]
, repo = "https://github.com/lumihq/purescript-react-basic-dom.git"
, version = "v3.2.0"
}
, indexed-monad =
{ dependencies = [ "control", "newtype" ]
, repo = "https://github.com/garyb/purescript-indexed-monad.git"
, version = "master"
}
} |
Waiting on nwolverson/purescript-aff-promise#20 for release as well |
Released as |
I believe this is blocked by
purescript-react/purescript-react-basic#135 andgaryb/purescript-indexed-monad#31. After that, theps-0.14
branch can be rebased and merged.The text was updated successfully, but these errors were encountered: