haskell-snap-core 1.0.4.0-1build1 source package in Ubuntu

Changelog

haskell-snap-core (1.0.4.0-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Aug 2019 14:59:20 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-snap-core_1.0.4.0.orig.tar.gz 146.4 KiB b902602f8422b22a1986bdcf2c2bf72148efc84365b048d832cb42bcf2eb7436
haskell-snap-core_1.0.4.0-1build1.debian.tar.xz 4.7 KiB 8d2cb594facd7af9b8a05ee2a78d700d0a56e3290e35687ce3a70e45fe0989b2
haskell-snap-core_1.0.4.0-1build1.dsc 5.2 KiB e6c9c7d2b613249de37b66786c2c18b921f8f11efe7b7c5b1b2b7b67f4d0a861

View changes file

Binary packages built by this source

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

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

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

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

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.