nero-warp: Run Nero server applications with Warp

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:

Check the README for a more detailed explanation.


[Skip to Readme]

Properties

Versions 0.3, 0.3
Change log CHANGELOG.md
Dependencies base (>=4.6 && <4.9), nero (>=0.3), nero-wai, warp [details]
License BSD-3-Clause
Copyright Copyright (C) 2015 J. Daniel Navarro
Author Danny Navarro
Maintainer j@dannynavarro.net
Category Web
Home page https://github.com/plutonbrb/nero-warp
Source repo head: git clone git://github.com/plutonbrb/nero-warp.git
Uploaded by jdnavarro at 2015-04-12T13:43:27Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for nero-warp-0.3

[back to package description]

Nero Warp

A thin wrapper around nero-wai and warp for running Nero server applications.

Example

import Nero.Warp (serve)
import Nero (ok)

main :: IO ()
main = serve 8080 $ ok "<h1>Hello there</h1>"

Build Status