haskell-snap-core 0.9.8.0-1build1 source package in Ubuntu
Changelog
haskell-snap-core (0.9.8.0-1build1) xenial; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson <email address hidden> Thu, 14 Jan 2016 16:35:45 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Xenial
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any all
- Section:
- haskell
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | haskell |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
haskell-snap-core_0.9.8.0.orig.tar.gz | 89.5 KiB | 47310fcd9c347883f5985c27c1fbcfac8c5783472a01afcc720bcc850622d2db |
haskell-snap-core_0.9.8.0-1build1.debian.tar.xz | 3.5 KiB | f9287b15ff28ff52c9028f4d518db8b38209466fe9f898e5e32f9119fdef4427 |
haskell-snap-core_0.9.8.0-1build1.dsc | 4.4 KiB | f15dcae932c2f209b9822b5e928ab4b1939b7f0d3ff47ba2140a1c41736f8965 |
Available diffs
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: No summary available for libghc-snap-core-doc in ubuntu yakkety.
No description available for libghc-
snap-core- doc in ubuntu yakkety.
- 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.