haskell-servant / servant-jsaddle

servant jsaddle client
Other
3 stars 10 forks source link

Migrating into main package / uploading to hackage #8

Open tysonzero opened 5 months ago

tysonzero commented 5 months ago

As far as I'm aware this package is more or less the go-to way to do type-safe http api calls when using the js backend, so it'd be good to have it more officially supported and be able to get it without pulling it directly from github.

tysonzero commented 3 months ago

@maksbotan it looks like you uploaded the most recent servant-client version to hackage, do you think you could also deploy servant-jsaddle next time you upload some servant packages?

This package may not be the most actively developed of the servant packages, but it works remarkably well, and is currently the only package I install via:

source-repository-package
    type: git
    location: https://github.com/sambnt/servant-jsaddle.git
    tag: 31bf67d913257c42924a4c9fdc6e02bd36cb0489
    --sha256: sha256-rMvTwEG9wSnl9A8nNUWd3F3zXboaA3Z/wVBnwfpWBxg=

So it'd be nice to just automatically get it from the usual hackage/stackage/nix package sets.