-
Notifications
You must be signed in to change notification settings - Fork 5
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
upgrade to servant-0.5 and purescript-7.5.3. #3
base: master
Are you sure you want to change the base?
Conversation
I don't believe Anchor is still using this, and no-one who's worked on it still has a commit bit. If others are still using it, perhaps a fork would make sense? |
where | ||
purs = T.unlines | ||
[ "module " <> (settings ^. utilModuleName) <> " where" | ||
, "foreign import encodeURIComponent :: String -> String" |
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.
Maybe this could go into purescript-globals
?
I concur, Anchor is highly unlikely to maintain this in the future, nor is the original author. I'll poke the servant people to see if they'd like to adopt the codebase. |
Hei there, not sure if you are still using this, but I plowed through the code a little and made it compile with newer dependencies. For once, it now uses purescript-affjax instead of js inlines.
This might arguably be more useful than the current head, but it is not very mature. I haven't touched the demos and the README a lot, and I would like to use a more solid approach to constructing the code than throwing around strings. (Btw, I noticed that the tests will not fail if the generated code contains parse errors, and I just realize I haven't compiled the generated code myself yet.)
Anyway, here you go. Hope you like it.