How to Install and Uninstall ghc-shakespeare Package on openSUSE Leap

Last updated: July 04,2024

1. Install "ghc-shakespeare" package

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

$ sudo zypper refresh $ sudo zypper install ghc-shakespeare

2. Uninstall "ghc-shakespeare" package

Please follow the step by step instructions below to uninstall ghc-shakespeare on openSUSE Leap:

$ sudo zypper remove ghc-shakespeare

3. Information about the ghc-shakespeare package on openSUSE Leap

Information for package ghc-shakespeare:
----------------------------------------
Repository : Main Repository
Name : ghc-shakespeare
Version : 2.0.25.1-bp155.2.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.7 MiB
Installed : No
Status : not installed
Source package : ghc-shakespeare-2.0.25.1-bp155.2.15.src
Upstream URL : https://hackage.haskell.org/package/shakespeare
Summary : A toolkit for making compile-time interpolated templates
Description :
Shakespeare is a family of type-safe, efficient template languages.
Shakespeare templates are expanded at compile-time, ensuring that all
interpolated variables are in scope. Variables are interpolated according to
their type through a typeclass.
Shakespeare templates can be used inline with a quasi-quoter or in an external
file.
Note there is no dependency on haskell-src-extras. Instead Shakespeare believes
logic should stay out of templates and has its own minimal Haskell parser.
Packages that use this: xml-hamlet
Please see the documentation at
for more details.

5. The same packages on other Linux Distributions