-
I googled how to do this, and found https://github.com/smaccoun/servant-ts. It doesn't seem to be on Stackage however. How do I work around this, or does another package exist?
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
run stack2cabal --no-pin-ghc (there are binaries here)
-
servant
Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more!
I asked a somewhat relevant question recently. Maybe you'll find this discussion somewhat helpful: https://github.com/haskell-servant/servant/issues/1547; two packages were talked about. One of the folks from Well Typed replied, and said they tried it recently (and worked fine).
-
You can find it on Hackage and GitHub.