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

Last updated: October 14,2024

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

This is a short guide on how to install ghc-bindings-DSL.x86_64 on Fedora 36

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

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

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

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

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

Last metadata expiration check: 0:03:52 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-bindings-DSL
Version : 1.0.25
Release : 12.fc36
Architecture : x86_64
Size : 14 k
Source : ghc-bindings-DSL-1.0.25-12.fc36.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.