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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | haskell |
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 |
Available diffs
No changes file available.
Binary packages built by this source
- libghc-snap-core-dev: Snap: A Haskell Web Framework (Core)
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 normal library files.
- libghc-snap-core-doc: Snap: A Haskell Web Framework (Core); documentation
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 documentation files.
- 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.