This package browser is in early development. Mind the rough edges.

ghc-snap-server

Web server for the Snap Framework

Snap is a simple and fast web development framework and server written in Haskell. For more information, you can visit the Snap project website at http://snapframework.com/. The Snap HTTP server is a high performance web server library written in Haskell. Together with the snap-core library upon which it depends, it provides a clean and efficient Haskell programming interface to the HTTP protocol.

Installation

Install the latest version of ghc-snap-server as follows:

guix install ghc-snap-server

Or install a particular version:

guix install ghc-snap-server@1.1.2.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ghc-snap-server about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ghc-snap-server'><img src='https://packages.guix.gnu.org/packages/ghc-snap-server/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ghc-snap-server/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ghc-snap-server)

Example Org:

[[https://packages.guix.gnu.org/packages/ghc-snap-server][https://packages.guix.gnu.org/packages/ghc-snap-server/badges/latest-version.svg]]