polysemy-webserver: Start web servers from within a Polysemy effect stack

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Please see the README on GitLab at https://gitlab.com/A1kmm/polysemy-webserver/-/blob/master/README.md


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.0, 0.2.1.1, 0.2.1.2
Change log None available
Dependencies base (>=4.7 && <5), bytestring, http-types, polysemy, polysemy-plugin, wai, wai-websockets, warp, websockets [details]
License BSD-3-Clause
Copyright Copyright (C) 2020 Andrew Miller
Author Andrew Miller
Maintainer andrew@amxl.com
Category Web
Source repo head: git clone https://gitlab.com/A1kmm/polysemy-webserver
Uploaded by AndrewMiller at 2020-08-08T11:29:43Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for polysemy-webserver-0.2.1.0

[back to package description]

polysemy-webserver

A simple wrapper around Warp and Wai to make it easier to write web servers using Polysemy.

See test/Spec.hs for a simple example of how to use it.