How to Install and Uninstall ghc-base-unicode-symbols.x86_64 Package on Fedora 34

Last updated: October 08,2024

1. Install "ghc-base-unicode-symbols.x86_64" package

Please follow the guidance below to install ghc-base-unicode-symbols.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-base-unicode-symbols.x86_64

2. Uninstall "ghc-base-unicode-symbols.x86_64" package

This is a short guide on how to uninstall ghc-base-unicode-symbols.x86_64 on Fedora 34:

$ sudo dnf remove ghc-base-unicode-symbols.x86_64 $ sudo dnf autoremove

3. Information about the ghc-base-unicode-symbols.x86_64 package on Fedora 34

Last metadata expiration check: 1:35:54 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-base-unicode-symbols
Version : 0.2.4.2
Release : 3.fc34
Architecture : x86_64
Size : 18 k
Source : ghc-base-unicode-symbols-0.2.4.2-3.fc34.src.rpm
Repository : fedora
Summary : Unicode alternatives for common functions and operators
URL : https://hackage.haskell.org/package/base-unicode-symbols
License : BSD
Description : This package defines new symbols for a number of functions, operators and types
: in the base package. All symbols are documented with their actual definition
: and information regarding their Unicode code point. They should be completely
: interchangeable with their definitions.
:
: For more Unicode goodness you can enable the UnicodeSyntax language extension.
: This extension enables Unicode characters to be used to stand for certain ASCII
: character sequences, i.e. → instead of ->, ∀ instead of forall and many others.