haskell-snap-core 1.0.5.0-1 source package in Ubuntu

Changelog

haskell-snap-core (1.0.5.0-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.1

  [ Clint Adams ]
  * New upstream version.

 -- Clint Adams <email address hidden>  Fri, 22 Jul 2022 18:07:53 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-snap-core_1.0.5.0-1.dsc 5.1 KiB 3c1352d93cb55c07a6a31896813f53703ed0be5bd54b52b472a95b53eac0adcc
haskell-snap-core_1.0.5.0.orig.tar.gz 159.8 KiB 642aedd244865560b5d656cd460e829a39d859ad031710b79bd112785e38c641
haskell-snap-core_1.0.5.0-1.debian.tar.xz 4.7 KiB 8edf1810e067a237e0ec564b882845c44b89b193f97afb6943d6d187c8952840

No changes file available.

Binary packages built by this source

libghc-snap-core-dev: No summary available for libghc-snap-core-dev in ubuntu kinetic.

No description available for libghc-snap-core-dev in ubuntu kinetic.

libghc-snap-core-doc: No summary available for libghc-snap-core-doc in ubuntu kinetic.

No description available for libghc-snap-core-doc in ubuntu kinetic.

libghc-snap-core-prof: Snap: A Haskell Web Framework (Core); profiling libraries

 Snap is a simple and fast web development framework and server written in
 Haskell. For more information or to download the latest version, you can
 visit the Snap project website at <http://snapframework.com/>.
 .
 This library contains the core definitions and types for the Snap framework,
 including:
 .
 1. Primitive types and functions for HTTP (requests, responses, cookies,
 post/query parameters, etc)
 .
 2. Type aliases and helper functions for Iteratee I/O
 .
 3. A monad for programming web handlers called \"Snap\", inspired by
 happstack's (<http://happstack.com/index.html>), which allows:
 .
 o Stateful access to the HTTP request and response objects
 .
 o Monadic failure (i.e. MonadPlus/Alternative instances) for declining
 to handle requests and chaining handlers together
 .
 o Early termination of the computation if you know early what you want
 to return and want to prevent further monadic processing
 .
 This package contains the libraries compiled with profiling enabled.