How to Install and Uninstall ghc-gitrev.x86_64 Package on Fedora 38

Last updated: September 24,2024

1. Install "ghc-gitrev.x86_64" package

Please follow the guidance below to install ghc-gitrev.x86_64 on Fedora 38

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

2. Uninstall "ghc-gitrev.x86_64" package

Please follow the instructions below to uninstall ghc-gitrev.x86_64 on Fedora 38:

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

3. Information about the ghc-gitrev.x86_64 package on Fedora 38

Last metadata expiration check: 1:14:28 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ghc-gitrev
Version : 1.3.1
Release : 27.fc38
Architecture : x86_64
Size : 23 k
Source : ghc-gitrev-1.3.1-27.fc38.src.rpm
Repository : fedora
Summary : Compile git revision info into Haskell projects
URL : https://hackage.haskell.org/package/gitrev
License : BSD-3-Clause
Description : Some handy Template Haskell splices for including the current git hash and
: branch in the code of your project. Useful for including in panic messages,
: '--version' output, or diagnostic info for more informative bug reports.