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

Last updated: May 20,2024

1. Install "libghc-shake-dev" package

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

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

2. Uninstall "libghc-shake-dev" package

Please follow the step by step instructions below to uninstall libghc-shake-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-shake-dev
Priority: extra
Section: universe/haskell
Installed-Size: 10109
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-shake
Version: 0.15.5+dfsg-4build2
Provides: libghc-shake-dev-0.15.5-a08cd
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-binary-dev-0.7.5.0-bf6a9, libghc-bytestring-dev-0.10.6.0-9a873, libghc-deepseq-dev-1.4.1.1-614b6, libghc-directory-dev-1.2.2.0-660a7, libghc-extra-dev-1.4.2-1237a, libghc-filepath-dev-1.4.0.0-f97d1, libghc-hashable-dev-1.2.3.3-ce7af, libghc-js-flot-dev-0.8.3-bb05f, libghc-js-jquery-dev-1.11.3-554e7, libghc-old-time-dev-1.1.0.3-44943, libghc-process-dev-1.2.3.0-a2232, libghc-random-dev-1.1-c46cc, libghc-time-dev-1.5.0.1-1b9a5, libghc-transformers-dev-0.4.2.0-81450, libghc-unix-dev-2.7.1.0-bb54e, libghc-unordered-containers-dev-0.2.5.1-a371f, libghc-utf8-string-dev-1.0.1.1-09f69, libc6 (>= 2.2.5), libghc-shake-data (>= 0.15.5+dfsg-4build2)
Suggests: libghc-shake-doc, libghc-shake-prof
Filename: pool/universe/h/haskell-shake/libghc-shake-dev_0.15.5+dfsg-4build2_amd64.deb
Size: 1042968
MD5sum: be71d7ee87b4042db1f9866949128ef1
SHA1: 0fb979e4af7fe283dc36d9ae8f073c9b7f77ae24
SHA256: 22d965bc43cd9543d446673f5674edbc42b919d941f851c4b9c43f5d32bc8def
Description-en: Haskell library for writing build systems
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 provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 05861d8bb816e7e0a3ccf5cdc9a9c873
Homepage: http://shakebuild.com
Ghc-Package: shake-0.15.5-a08cd25c96387b2ce3aaaa7a3c4db498
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu