How to Install and Uninstall ghc-listsafe.x86_64 Package on Fedora 35
Last updated: March 03,2025
1. Install "ghc-listsafe.x86_64" package
Please follow the instructions below to install ghc-listsafe.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
ghc-listsafe.x86_64
Copied
2. Uninstall "ghc-listsafe.x86_64" package
This guide covers the steps necessary to uninstall ghc-listsafe.x86_64 on Fedora 35:
$
sudo dnf remove
ghc-listsafe.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-listsafe.x86_64 package on Fedora 35
Last metadata expiration check: 4:13:30 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-listsafe
Version : 0.1.0.1
Release : 16.fc35
Architecture : x86_64
Size : 24 k
Source : ghc-listsafe-0.1.0.1-16.fc35.src.rpm
Repository : fedora
Summary : Safe wrappers for partial list functions, supporting MonadThrow
URL : https://hackage.haskell.org/package/listsafe
License : ASL 2.0
Description : Data.List includes a handful of partial functions that throw uncatchable
: exceptions when given empty lists. This package provides safe alternatives for
: such functions based on MonadThrow which can provide a variety of failure
: cases: Nothing, IOException, Left, etc.
Available Packages
Name : ghc-listsafe
Version : 0.1.0.1
Release : 16.fc35
Architecture : x86_64
Size : 24 k
Source : ghc-listsafe-0.1.0.1-16.fc35.src.rpm
Repository : fedora
Summary : Safe wrappers for partial list functions, supporting MonadThrow
URL : https://hackage.haskell.org/package/listsafe
License : ASL 2.0
Description : Data.List includes a handful of partial functions that throw uncatchable
: exceptions when given empty lists. This package provides safe alternatives for
: such functions based on MonadThrow which can provide a variety of failure
: cases: Nothing, IOException, Left, etc.