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

Last updated: October 09,2024

1. Install "ghc-reflection.x86_64" package

Please follow the instructions below to install ghc-reflection.x86_64 on Fedora 36

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

2. Uninstall "ghc-reflection.x86_64" package

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

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

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

Last metadata expiration check: 5:42:25 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-reflection
Version : 2.1.6
Release : 7.fc36
Architecture : x86_64
Size : 121 k
Source : ghc-reflection-2.1.6-7.fc36.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.