How to Install and Uninstall ghc-shakespeare.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "ghc-shakespeare.x86_64" package

Learn how to install ghc-shakespeare.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ghc-shakespeare.x86_64

2. Uninstall "ghc-shakespeare.x86_64" package

This guide let you learn how to uninstall ghc-shakespeare.x86_64 on Fedora 35:

$ sudo dnf remove ghc-shakespeare.x86_64 $ sudo dnf autoremove

3. Information about the ghc-shakespeare.x86_64 package on Fedora 35

Last metadata expiration check: 1:49:32 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-shakespeare
Version : 2.0.25
Release : 1.fc35
Architecture : x86_64
Size : 406 k
Source : ghc-shakespeare-2.0.25-1.fc35.src.rpm
Repository : fedora
Summary : A toolkit for making compile-time interpolated templates
URL : https://hackage.haskell.org/package/shakespeare
License : MIT
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.
:
: See the documentation at
: for more details.