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

Last updated: October 09,2024

1. Install "ghc-reflection.x86_64" package

Please follow the guidance below to install ghc-reflection.x86_64 on Fedora 35

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

2. Uninstall "ghc-reflection.x86_64" package

Please follow the guidance below to uninstall ghc-reflection.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 4:07:09 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-reflection
Version : 2.1.6
Release : 6.fc35
Architecture : x86_64
Size : 117 k
Source : ghc-reflection-2.1.6-6.fc35.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.