elm-lang / elm-package

Command line tool to share Elm libraries
BSD 3-Clause "New" or "Revised" License
213 stars 66 forks source link

maybe fix compile of src/Utils/Paths.hs #294

Closed robx closed 6 years ago

robx commented 6 years ago

This came out of a discussion on the elm discourse. https://discourse.elm-lang.org/t/what-prevents-elm-platform-from-using-haskell-8/666/9

Seems like this has simply been broken for a while, but, hard for me to say.

process-bot commented 6 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 6 years ago

The development build uses 8.2, and it builds alright. I guess that was the goal here, but I'm not sure. In any case, the code is a lot different now, so it does not make sense to merge this in.