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

Last updated: September 28,2024

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

This tutorial shows how to install ghc-bindings-DSL.x86_64 on Fedora 38

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

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

This guide let you learn how to uninstall ghc-bindings-DSL.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 2:18:23 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ghc-bindings-DSL
Version : 1.0.25
Release : 21.fc38
Architecture : x86_64
Size : 14 k
Source : ghc-bindings-DSL-1.0.25-21.fc38.src.rpm
Repository : fedora
Summary : FFI domain specific language, on top of hsc2hs
URL : https://hackage.haskell.org/package/bindings-DSL
License : BSD-3-Clause
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.