@hackage core-webserver-servant0.1.1.3
Interoperability with Servant
Categories
License
MIT
Maintainer
Andrew Cowie <istathar@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (10)
- base >=4.11 && <5
- core-program >=0.6.1
- core-telemetry
- core-webserver-warp >=0.2.0
- mtl
- safe-exceptions Show all…
Dependents (0)
This is part of a library to help build command-line programs, both tools and longer-running daemons.
This package in particular adds wrappers around the servant library commonly used for exposing web services APIs and allows your handlers to be written in the Program monad from core-program.