Skip to content
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

Patch for purs 0.14 and Halogen 6 #82

Merged
merged 10 commits into from
May 8, 2021

Conversation

and-pete
Copy link
Contributor

@and-pete and-pete commented May 7, 2021

This PR patches the project to work with the 0.14.1 compiler and with Halogen 6, as discussed in #80.

Reproducing here:

  • Bumping the package set in packages.dhall to be compatible with the 0.14.1 compiler
  • Removing each 'Just' from each of the HE.onXXXXX event handlers
  • Replacing the SProxy and F.FormProxy with the new Proxy (from Type.Proxy)
  • Removal of HH.HTML surface type from H.Component signatures
  • Each use of CA.prismaticCodec has an new extra 'name' field as its first parameter, which needs adding
  • Replacing the one use of H.tell in Main with the new H.mkTell
  • Patching Affjax's addition of a timeout field to its request type
  • A replacement for busEventSource that based on halogen-subscriptions

Copy link
Owner

@thomashoneyman thomashoneyman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @and-pete! I appreciate the straightforward update.

@thomashoneyman thomashoneyman merged commit 9c9cc2f into thomashoneyman:main May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants