elm-lang / elm-make

A build tool for Elm projects
BSD 3-Clause "New" or "Revised" License
175 stars 45 forks source link

New upper bound of dependency, for GHC 8.0.1 compatibility #115

Closed jvoigtlaender closed 7 years ago

jvoigtlaender commented 7 years ago

Like https://github.com/elm-lang/elm-package/pull/234.

After that, runhaskell BuildFromSource.hs master goes through with GHC 8.0.1.

process-bot commented 7 years ago

Thanks for the pull request! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

evancz commented 7 years ago

I can't upgrade to 8.0 right now. Not a priority. If this breaks things with 7.10 it is no good. Verify that everything works, then open PRs. Ideally have one PR that explains everything so I can assess from there.

That said, I don't want to upgrade to 8.0 right now. Lots of other stuff going on, and I'm going to have to hand verify it myself for my dev environment anyway, so I don't think this is a great project.

jvoigtlaender commented 7 years ago

It works with 7.10. And wouldn't require you to upgrade your environment. Other people would profit, like the person on the mailing list who wants to develop and only can get GHC pre-7.10 or post-7.10 installed on their machine. But nevermind.