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

Last updated: October 06,2024

1. Install "ghc-bindings-DSL.x86_64" package

Please follow the step by step instructions below to install ghc-bindings-DSL.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-bindings-DSL.x86_64

2. Uninstall "ghc-bindings-DSL.x86_64" package

Please follow the guidance below to uninstall ghc-bindings-DSL.x86_64 on Fedora 34:

$ sudo dnf remove ghc-bindings-DSL.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:01:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-bindings-DSL
Version : 1.0.25
Release : 9.fc34
Architecture : x86_64
Size : 14 k
Source : ghc-bindings-DSL-1.0.25-9.fc34.src.rpm
Repository : fedora
Summary : FFI domain specific language, on top of hsc2hs
URL : https://hackage.haskell.org/package/bindings-DSL
License : BSD
Description : This is a set of macros to be used when writing Haskell FFI. They were designed
: to be able to fully describe C interfaces, so that hsc2hs can extract from them
: all Haskell code needed to mimic such interfaces. All Haskell names used are
: automatically derived from C names, structures are mapped to Haskell instances
: of Storable, and there are also macros you can use with C code to help write
: bindings to inline functions or macro functions. Documentation is available at
: package homepage:
:
:
:
: The extra module Bindings.Utilities will contain tools that may be convenient
: when working with FFI.