How to Install and Uninstall libghc-tasty-expected-failure-doc Package on Kali Linux

Last updated: May 02,2024

1. Install "libghc-tasty-expected-failure-doc" package

Here is a brief guide to show you how to install libghc-tasty-expected-failure-doc on Kali Linux

$ sudo apt update $ sudo apt install libghc-tasty-expected-failure-doc

2. Uninstall "libghc-tasty-expected-failure-doc" package

This guide let you learn how to uninstall libghc-tasty-expected-failure-doc on Kali Linux:

$ sudo apt remove libghc-tasty-expected-failure-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-tasty-expected-failure-doc package on Kali Linux

Package: libghc-tasty-expected-failure-doc
Source: haskell-tasty-expected-failure
Version: 0.12.3-2
Installed-Size: 213
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-tagged-doc, libghc-tasty-doc, libghc-tasty-expected-failure-dev, libghc-unbounded-delays-doc, libjs-mathjax
Suggests: libghc-tasty-expected-failure-prof
Size: 44272
SHA256: 94b8bef958186b5e44c2765eb50dacbb51c256b13bd95156462f580cafca909d
SHA1: 838e70f12e33c7b9ceae913e9e90302b9ee33af5
MD5sum: 887fbe77ae98bec95927be5f8a9320dc
Description: mark tasty tests as failure-expected; documentation
With the function 'expectFail' in the provided module
Test.Tasty.ExpectedFailure, you can mark that you expect
test cases to fail, and not to pass.
.
This can for example be used for test-driven development: Create the
tests, mark them with 'Test.Tasty.ExpectedFailure.expectFail', and
you can still push to the main branch, without your continuous
integration branch failing.
.
Once someone implements the feature or fixes the bug (maybe
unknowingly), the test suite will tell him so, due to the now
unexpectedly passing test, and he can remove the
'Test.Tasty.ExpectedFailure.expectFail' marker.
.
The module also provides 'Test.Tasty.ExpectedFailure.ignoreTest' to
avoid running a test. Both functions are implemented via the more
general 'Test.Tasty.ExpectedFailure.wrapTest', which is also
provided.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/nomeata/tasty-expected-failure
Section: doc
Priority: optional
Filename: pool/main/h/haskell-tasty-expected-failure/libghc-tasty-expected-failure-doc_0.12.3-2_all.deb