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

Last updated: September 20,2024

1. Install "ghc-reflection.x86_64" package

This is a short guide on how to install ghc-reflection.x86_64 on Fedora 34

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

2. Uninstall "ghc-reflection.x86_64" package

Please follow the steps below to uninstall ghc-reflection.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:50:14 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-reflection
Version : 2.1.6
Release : 4.fc34
Architecture : x86_64
Size : 123 k
Source : ghc-reflection-2.1.6-4.fc34.src.rpm
Repository : fedora
Summary : Reifies arbitrary terms into types that can be reflected back into terms
URL : https://hackage.haskell.org/package/reflection
License : BSD
Description : This package addresses the "configuration problem" which is propagating
: configurations that are available at run-time, allowing multiple configurations
: to coexist without resorting to mutable global variables or
: 'System.IO.Unsafe.unsafePerformIO'.
:
: That package is an implementation of the ideas presented in the paper
: "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and Chung-chieh
: Shan ().
: However, the API has been streamlined to improve performance.
:
: Austin Seipp's tutorial
: : values to types and back> provides a summary of the approach taken by this
: library, along with more motivating examples.