How to Install and Uninstall ghc-th-extras Package on openSUSE Leap

Last updated: May 20,2024

1. Install "ghc-th-extras" package

Here is a brief guide to show you how to install ghc-th-extras on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-th-extras

2. Uninstall "ghc-th-extras" package

This guide let you learn how to uninstall ghc-th-extras on openSUSE Leap:

$ sudo zypper remove ghc-th-extras

3. Information about the ghc-th-extras package on openSUSE Leap

Information for package ghc-th-extras:
--------------------------------------
Repository : Main Repository
Name : ghc-th-extras
Version : 0.0.0.4-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 35.3 KiB
Installed : No
Status : not installed
Source package : ghc-th-extras-0.0.0.4-bp155.2.13.src
Upstream URL : https://hackage.haskell.org/package/th-extras
Summary : A grab bag of functions for use with Template Haskell
Description :
A grab bag of functions for use with Template Haskell.
This is basically the place I put all my ugly CPP hacks to support the
ever-changing interface of the template haskell system by providing high-level
operations and making sure they work on as many versions of Template Haskell as
I can.