Skip to content

Fixed NEL import; Fixed Number/Int issues; Builds Now #13

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

Merged
merged 1 commit into from
Dec 2, 2015

Conversation

born2defy
Copy link
Contributor

Hey there,

I was experimenting with this library and had to revise a few minor things to get the Site module to build with the latest version of the purescript compiler. Specifically I had to change the original import of Data.Array.NonEmpty to Data.NonEmpty, I had to break out the foreign imports into their own js module, and I had to add a bunch of .0's to change many of the ints to numbers. I'm not sure if this is useful to you or not, but since it is done I thought I would share it in case that it is.

Thank you for the excellent library. I am not a professional developer so please excuse me if I am not handling this correctly as this is literally the first pull request I have ever initiated.

@puffnfresh
Copy link
Contributor

Looks very good 👍

@garyb
Copy link
Member

garyb commented Dec 2, 2015

Great, thanks!

garyb added a commit that referenced this pull request Dec 2, 2015
Fixed NEL import; Fixed Number/Int issues; Builds Now
@garyb garyb merged commit ce7a99e into purescript-contrib:master Dec 2, 2015
@jdegoes
Copy link
Contributor

jdegoes commented Dec 2, 2015

Thanks @born2defy! And welcome to the wonderful world of open source. 😃

Awesome first pull request. 👍

@born2defy
Copy link
Contributor Author

Thank you! I hope to try and contribute more as I am very grateful for the work you guys (and others) have done with this incredible language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants