How to Install and Uninstall ghc-cassava.x86_64 Package on Fedora 39

Last updated: June 03,2024

1. Install "ghc-cassava.x86_64" package

Learn how to install ghc-cassava.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ghc-cassava.x86_64

2. Uninstall "ghc-cassava.x86_64" package

Here is a brief guide to show you how to uninstall ghc-cassava.x86_64 on Fedora 39:

$ sudo dnf remove ghc-cassava.x86_64 $ sudo dnf autoremove

3. Information about the ghc-cassava.x86_64 package on Fedora 39

Last metadata expiration check: 0:43:49 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-cassava
Version : 0.5.3.0
Release : 4.fc39
Architecture : x86_64
Size : 177 k
Source : ghc-cassava-0.5.3.0-4.fc39.src.rpm
Repository : fedora
Summary : A CSV parsing and encoding library
URL : https://hackage.haskell.org/package/cassava
License : BSD-3-Clause
Description : 'cassava' is a library for parsing and encoding RFC 4180 compliant
: comma-separated values (CSV) data, which is a textual line-oriented format
: commonly used for exchanging tabular data.
:
: cassava's API includes support for
:
: - Index-based record-conversion
: - Name-based record-conversion
: - Typeclass directed conversion of fields and records
: - Built-in field-conversion instances for standard types
: - Customizable record-conversion instance derivation via GHC generics
: - Low-level bytestring builders (see "Data.Csv.Builder")
: - Incremental decoding and encoding API (see "Data.Csv.Incremental")
: - Streaming API for constant-space decoding (see "Data.Csv.Streaming")
:
: Moreover, this library is designed to be easy to use. Please refer to the
: documentation in "Data.Csv" and the included README for more usage examples.