-
Notifications
You must be signed in to change notification settings - Fork 26
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
Adding a PP class for exposing pretty printers... #8
Conversation
Do you get these? I'm vaguely afraid I'll mess up Haskell stuff so ---------- Forwarded message ---------- Hey guys, I added a PP class to expose the pretty printers. Would be (Somehow cabal is insisting on downloading the latest copy from Many thanks! You can merge this Pull Request by running git pull https://github.com/UCSD-PL/language-ecmascript pp Or view, comment on, or merge it at: Commit Summary what, where is PP File Changes M src/Language/ECMAScript3/PrettyPrint.hs (39) Patch Links: https://github.com/jswebtools/language-ecmascript/pull/8.patch |
Meant to CC Arjun specifically. On Thu, May 23, 2013 at 11:39 AM, Joe Gibbs Politz [email protected] wrote:
|
I got it... |
Hi Ranjit,I'm the current package maintainer. Thanks for the patch. I'm at a conference and I don't have my dev system with me. I'm back on Monday and will look at the patch then. In the mean time, you can increase the version number locally and increase the minimum version of language-ecmascript you require in the cabal file of the package that uses it. /Andrey ----- Reply message ----- Hey guys, I added a PP class to expose the pretty printers. Would be much obliged if you could quickly accept this request, as I want to put an assignment out that needs it. (Somehow cabal is insisting on downloading the latest copy from hackage and not my local one...) Many thanks! You can merge this Pull Request by running Commit Summary what, where is PP File Changes M Patch Links: https://github.com/jswebtools/language-ecmascript/pull/8.patch |
Yes no worries figured out an easy way around the issue... On May 23, 2013, at 9:28 AM, Andrey Chudnov [email protected] wrote:
|
Adding a PP class for exposing pretty printers...
Just wanted to thank Ranjit again for submitting the pull request and Arjun for merging it and deploying it on such short notice. In future, please, submit pull requests against the "dev" branch. |
Thanks all! On May 27, 2013, at 9:53 AM, Andrey Chudnov [email protected] wrote:
|
Hey guys, I added a PP class to expose the pretty printers. Would be much obliged if you could quickly accept this request, as I want to put an assignment out that needs it.
(Somehow cabal is insisting on downloading the latest copy from hackage and not my local one...)
Many thanks!