How to Install and Uninstall libghc-snap-core-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libghc-snap-core-doc" package

Learn how to install libghc-snap-core-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-snap-core-doc

2. Uninstall "libghc-snap-core-doc" package

This guide let you learn how to uninstall libghc-snap-core-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-snap-core-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-snap-core-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-snap-core-doc
Priority: extra
Section: universe/doc
Installed-Size: 2400
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-snap-core
Version: 0.9.8.0-1build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-attoparsec-doc, libghc-blaze-builder-doc, libghc-case-insensitive-doc, libghc-enumerator-doc, libghc-hunit-doc, libghc-monadcatchio-transformers-doc, libghc-mtl-doc, libghc-text-doc, libghc-unordered-containers-doc
Filename: pool/universe/h/haskell-snap-core/libghc-snap-core-doc_0.9.8.0-1build1_all.deb
Size: 178656
MD5sum: 2e5e43769a24183738c7365a259522b5
SHA1: 7ff3802f9a74f75978470a2d20ae02111ab906cf
SHA256: ef8344fdf05a488e5ee048f491cb8983851375e0cb2fee2e4a67828f7401ff79
Description-en: 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 .
.
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 (), 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.
Description-md5: edde063ac241baf5ab01ae4884ad27b8
Homepage: http://snapframework.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu