How to Install and Uninstall libghc-clash-prelude-dev Package on Kali Linux

Last updated: June 23,2024

1. Install "libghc-clash-prelude-dev" package

In this section, we are going to explain the necessary steps to install libghc-clash-prelude-dev on Kali Linux

$ sudo apt update $ sudo apt install libghc-clash-prelude-dev

2. Uninstall "libghc-clash-prelude-dev" package

Please follow the step by step instructions below to uninstall libghc-clash-prelude-dev on Kali Linux:

$ sudo apt remove libghc-clash-prelude-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-clash-prelude-dev package on Kali Linux

Package: libghc-clash-prelude-dev
Source: haskell-clash-prelude
Version: 1.8.1-1
Installed-Size: 34524
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-clash-prelude-dev-1.8.1-14d10
Depends: libghc-array-dev-0.5.4.0-0952c, libghc-arrows-dev-0.4.4.2-652ec, libghc-base-dev-4.17.2.0-68dfe, libghc-binary-dev-0.8.9.1-6a9d2, libghc-bytestring-dev-0.11.5.2-6590e, libghc-constraints-dev-0.13.4-64d0b, libghc-containers-dev-0.6.7-a1650, libghc-data-binary-ieee754-dev-0.4.4-14eb6, libghc-data-default-class-dev-0.1.2.0-50c88, libghc-deepseq-dev-1.4.8.0-ddf16, libghc-extra-dev-1.7.14-7ef35, libghc-ghc-bignum-dev-1.3-90d8c, libghc-ghc-prim-dev-0.9.1-ca9fc, libghc-ghc-typelits-extra-dev-0.4.6-f94b2, libghc-ghc-typelits-knownnat-dev-0.7.9-f6a8f, libghc-ghc-typelits-natnormalise-dev-0.7.9-da8e4, libghc-half-dev-0.3.1-6d375, libghc-hashable-dev-1.4.3.0-e937e, libghc-infinite-list-dev-0.1-61ebe, libghc-lens-dev-5.2.3-5da1d, libghc-mtl-dev-2.2.2-6f39a, libghc-quickcheck-dev-2.14.3-69b0e, libghc-recursion-schemes-dev-5.2.2.4-dcf83, libghc-reflection-dev-2.1.7-4317f, libghc-singletons-dev-3.0.2-d497b, libghc-string-interpolate-dev-0.3.2.1-9af1a, libghc-template-haskell-dev-2.19.0.0-a5ee2, libghc-text-dev-2.0.2-0847e, libghc-th-abstraction-dev-0.4.5.0-843c5, libghc-th-lift-dev-0.8.4-e81ed, libghc-th-orphans-dev-0.13.14-56071, libghc-time-dev-1.12.2-491a0, libghc-transformers-dev-0.5.6.2-931c3, libghc-type-errors-dev-0.2.0.2-165c8, libghc-uniplate-dev-1.6.13-daf40, libghc-vector-dev-0.13.1.0-1ffee, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg), libtinfo6 (>= 6)
Size: 3048772
SHA256: 1e35ea199767c2cf842b5c7ea7233ffa9155ba321e9ae25c8401adff5e191db5
SHA1: a8d5a4730ce743151e47b6c6845b75fcad08ea9c
MD5sum: 314bd4ddc29c4aef5f21991a41e2be58
Description: Functional hardware description language - Prelude library
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* Prelude library containing datatypes and functions for circuit design
.
To use the library:
.
* Import "Clash.Prelude"
.
* Alternatively, if you want to explicitly route clock and reset ports,
for more straightforward multi-clock designs, you can import the
"Clash.Explicit.Prelude" module. Note that you should not import
"Clash.Prelude" and "Clash.Explicit.Prelude" at the same time as they
have overlapping definitions.
.
A preliminary version of a tutorial can be found in "Clash.Tutorial", for a
general overview of the library you should however check out "Clash.Prelude".
Some circuit examples can be found in "Clash.Examples".
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://clash-lang.org/
Ghc-Package: clash-prelude-1.8.1-D6ZJrPC8DZbCtAfsqvrK8S
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-clash-prelude/libghc-clash-prelude-dev_1.8.1-1_amd64.deb