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

Request to release version 0.7.3 that includes fix of broken tests #67

Closed anddani closed 1 year ago

anddani commented 1 year ago

There is a fix for an issue where some tests failed on version 0.7.2: https://github.com/haskell-servant/servant-elm/issues/62. However, there is no release tag with this change yet.

These failed tests breaks builds when using nix as tests are run in the build step resulting in this library being considered "broken" in nixpkgs. This also seem to affect stackage as mentioned here: https://github.com/commercialhaskell/stackage/issues/5988

Would it make sense to create a new version on this commit?

ilyakooo0 commented 1 year ago

Done: https://hackage.haskell.org/package/servant-elm-0.7.3