haskell-servant / servant-elm

Automatically derive Elm functions to query servant webservices
BSD 3-Clause "New" or "Revised" License
164 stars 48 forks source link

elm-export is now on hackage #14

Closed expipiplus1 closed 7 years ago

expipiplus1 commented 7 years ago

Is it possible to update the readme. Is it no longer necessary to build with a custom stack.yaml?

mattjbray commented 7 years ago

Actually, it is still necessary - servant-elm currently relies on a forked version of elm-export. I'm working with krisajenkins to get the features we need into the upstream version - track https://github.com/krisajenkins/elm-export/pull/15 for updates.

I've updated the README here too.

mattjbray commented 7 years ago

Everything is now on Hackage :)

expipiplus1 commented 7 years ago

Great, thanks!