elm-lang / elm-package

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

Http client update #296

Closed jerith666 closed 6 years ago

jerith666 commented 6 years ago

Just some minor API changes. Confirmed that building my project from scratch still works. Helps keep the nix build working to have things as current as possible. :)

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.

jerith666 commented 6 years ago

The Travis-CI build failed like this:

0.17s$ rake
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)

... but I'm not sure why it's even trying to execute rake on a Haskell project ... ?

evancz commented 6 years ago

Thank you for the suggestion! It looks like it is already bumped in the dev build: https://github.com/elm-lang/elm-compiler/blob/master/elm.cabal#L242

So the next release will have the latest version of this. (The architecture of things changed a lot, so it is hard to predict where to check for things like this right now. Should be cleared up after the release though. Sorry for the trouble in the meantime!)

jerith666 commented 6 years ago

No big deal, thanks for the quick response! :)