How to Install and Uninstall ghc-enclosed-exceptions.x86_64 Package on Fedora 34

Last updated: April 30,2024

1. Install "ghc-enclosed-exceptions.x86_64" package

This guide covers the steps necessary to install ghc-enclosed-exceptions.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-enclosed-exceptions.x86_64

2. Uninstall "ghc-enclosed-exceptions.x86_64" package

Learn how to uninstall ghc-enclosed-exceptions.x86_64 on Fedora 34:

$ sudo dnf remove ghc-enclosed-exceptions.x86_64 $ sudo dnf autoremove

3. Information about the ghc-enclosed-exceptions.x86_64 package on Fedora 34

Last metadata expiration check: 0:30:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-enclosed-exceptions
Version : 1.0.3
Release : 10.fc34
Architecture : x86_64
Size : 17 k
Source : ghc-enclosed-exceptions-1.0.3-10.fc34.src.rpm
Repository : fedora
Summary : Catch exceptions within an enclosed computation
URL : https://hackage.haskell.org/package/enclosed-exceptions
License : MIT
Description : Catching all exceptions raised within an enclosed computation, while remaining
: responsive to (external) asynchronous exceptions. For more information on the
: technique, please see:
: .