agrafix / elm-bridge

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

Support GHC 9.8 - as well as older ghc #62

Closed runebak closed 1 month ago

runebak commented 4 months ago

Make tuples work on older ghc as well in pull request https://github.com/agrafix/elm-bridge/pull/60

runebak commented 1 month ago

Any news on this? It would be great to depend on the official hackage version instead of my own github version.

bartavelle commented 1 month ago

Sorry I did not realized you fixed the previous commit!

bartavelle commented 1 month ago

Pushed 0.8.4 on cabal.

runebak commented 1 month ago

Thanks! The changelog doesn't say anything, should I have wrote something there? Anyway, it works now - great!

bartavelle commented 1 week ago

Well, this package is not that well maintained though :smiling_face_with_tear:

runebak commented 1 week ago

Thank you for the heads up. Would you suggest moving to another package for elm client code generation? I chose servant-elm as this package is in the the haskell-servant repo, so I thought it was the most well maintained, but that might not be the case.