agrafix / elm-bridge

Haskell: Derive Elm types from Haskell types
BSD 3-Clause "New" or "Revised" License
100 stars 27 forks source link

Incompatible with latest Json.Decode on Elm 0.18.0? #17

Closed ahri closed 7 years ago

ahri commented 7 years ago

The line import Json.Decode exposing ((:=)) in the output generated by elm-bridge results in:

Module `Json.Decode` does not expose `:=`

on Elm 0.18.0. I'm not sure if I messed something up!

bartavelle commented 7 years ago

Oh yeah, that is a bug! It should be Json.Helpers.

bartavelle commented 7 years ago

Do you get valid code with the last commit?

bartavelle commented 7 years ago

[of course I broke the build, it should be fine now]

fendor commented 7 years ago

It is still not fixed push

bartavelle commented 7 years ago

I do not have maintainer access on hackage, so that would mean @agrafix !

agrafix commented 7 years ago

@bartavelle I've now added you as maintainer, feel free to cut the release, I'm pretty busy until the weekend.

bartavelle commented 7 years ago

Pushed 0.4.1.