How to Install and Uninstall ghc-reinterpret-cast Package on openSUSE Leap

Last updated: May 14,2024

1. Install "ghc-reinterpret-cast" package

Please follow the step by step instructions below to install ghc-reinterpret-cast on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-reinterpret-cast

2. Uninstall "ghc-reinterpret-cast" package

This guide covers the steps necessary to uninstall ghc-reinterpret-cast on openSUSE Leap:

$ sudo zypper remove ghc-reinterpret-cast

3. Information about the ghc-reinterpret-cast package on openSUSE Leap

Information for package ghc-reinterpret-cast:
---------------------------------------------
Repository : Main Repository
Name : ghc-reinterpret-cast
Version : 0.1.0-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 18.0 KiB
Installed : No
Status : not installed
Source package : ghc-reinterpret-cast-0.1.0-bp155.2.13.src
Upstream URL : https://hackage.haskell.org/package/reinterpret-cast
Summary : Memory reinterpretation casts for Float/Double and Word32/Word64
Description :
Memory reinterpretation casts for Float/Double and Word32/Word64.
The implementations in the '.Internal' package are different ways to tackle the
problem; the 'array' method (current default) is about 5 times faster than the
'FFI' method.