How to Install and Uninstall ghc-data-fix.x86_64 Package on Fedora 35

Last updated: February 03,2025

1. Install "ghc-data-fix.x86_64" package

This is a short guide on how to install ghc-data-fix.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ghc-data-fix.x86_64

2. Uninstall "ghc-data-fix.x86_64" package

Here is a brief guide to show you how to uninstall ghc-data-fix.x86_64 on Fedora 35:

$ sudo dnf remove ghc-data-fix.x86_64 $ sudo dnf autoremove

3. Information about the ghc-data-fix.x86_64 package on Fedora 35

Last metadata expiration check: 5:29:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-data-fix
Version : 0.3.2
Release : 1.fc35
Architecture : x86_64
Size : 29 k
Source : ghc-data-fix-0.3.2-1.fc35.src.rpm
Repository : fedora
Summary : Fixpoint data types
URL : https://hackage.haskell.org/package/data-fix
License : BSD
Description : Fixpoint types and recursion schemes. If you define your AST as fixpoint type,
: you get fold and unfold operations for free.
:
: Thanks for contribution to: Matej Kollar, Herbert Valerio Riedel.