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

Expose all modules from library #16

Closed expipiplus1 closed 7 years ago

expipiplus1 commented 7 years ago

This is most useful if one wants to have access to Servant.Elm.Foreign.LangElm.

mattjbray commented 7 years ago

Thanks, merged as https://github.com/mattjbray/servant-elm/commit/94be60ee464aedc5aecdc137a67ad0a49cd31957.

expipiplus1 commented 7 years ago

Super, thanks!