How to Install and Uninstall libghc-shake-data Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 07,2024

1. Install "libghc-shake-data" package

Please follow the guidance below to install libghc-shake-data on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-shake-data

2. Uninstall "libghc-shake-data" package

This guide covers the steps necessary to uninstall libghc-shake-data on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-shake-data $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-shake-data package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-shake-data
Priority: extra
Section: universe/haskell
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-shake
Version: 0.15.5+dfsg-4build2
Depends: libghc-js-flot-data (>= 0.8.3), libghc-js-jquery-data (>= 1.11.3)
Filename: pool/universe/h/haskell-shake/libghc-shake-data_0.15.5+dfsg-4build2_all.deb
Size: 16086
MD5sum: eb395c7e4c75475c78d2afc490a523a9
SHA1: 8c5c9b61ba9361ed50b977d906adf44d52b5e336
SHA256: 7db70f250dd199589961e44c62c4cbbefb27e1c1a4c6902b11acb866c81e405f
Description-en: Haskell library for writing build systems; data files
Shake is a Haskell library for writing build systems - designed as a
replacement for make.
.
To use Shake the user writes a Haskell program that imports
Development.Shake, defines some build rules, and calls the
Development.Shake.shakeArgs function. Thanks to do notation and infix
operators, a simple Shake build system is not too dissimilar from a simple
Makefile. However, as build systems get more complex, Shake is able to take
advantage of the excellent abstraction facilities offered by Haskell and
easily support much larger projects. The Shake library provides all the
standard features available in other build systems, including automatic
parallelism and minimal rebuilds. Shake also provides more accurate
dependency tracking, including seamless support for generated files, and
dependencies on system information (e.g. compiler version).
.
This package contains the data files needed to use the library.
Description-md5: 202f487238f812e0e9fdb5bfd6e4884b
Homepage: http://shakebuild.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu