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

Use Json.Decode.succeed in completeRequest. #2

Closed kantp closed 8 years ago

kantp commented 8 years ago

Hi Matt,

thanks for this nice library!

I noticed that the generated code didn't compile for me on the latest Elm version without this small change.

mattjbray commented 8 years ago

Good spot, thanks!