elm-lang / elm-make

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

Update optparse upper bound #15

Closed JoeyEremondi closed 9 years ago

JoeyEremondi commented 9 years ago

I tested this, and everything compiles and appears to parse options correctly. This allows elm-make to work with base-4.8, which should make building with other packages a lot easier. In particular, I think this might help with getting elm built with GHCJS. Also, this should resolve the issues with Stackage that arose a while back.

JoeyEremondi commented 9 years ago

Cabal had silently installed the old version over the new one. Will re-test and fix errors.

evancz commented 9 years ago

Cabal!!!