How to Install and Uninstall ghc-parsers Package on openSuSE Tumbleweed
Last updated: November 05,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "ghc-parsers" package
This guide covers the steps necessary to install ghc-parsers on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-parsers
Copied
2. Uninstall "ghc-parsers" package
This tutorial shows how to uninstall ghc-parsers on openSuSE Tumbleweed:
$
sudo zypper remove
ghc-parsers
Copied
3. Information about the ghc-parsers package on openSuSE Tumbleweed
Information for package ghc-parsers:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-parsers
Version : 0.12.10-4.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 924,1 KiB
Installed : No
Status : not installed
Source package : ghc-parsers-0.12.10-4.12.src
Summary : Parsing combinators
Description :
This library provides convenient combinators for working with and building
parsing combinator libraries.
Given a few simple instances, e.g. for the class
'Text.Parser.Combinators.Parsing' in "Text.Parser.Combinators.Parsing" you get
access to a large number of canned definitions. Instances exist for the parsers
provided by 'parsec', 'attoparsec' and base’s "Text.Read".
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-parsers
Version : 0.12.10-4.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 924,1 KiB
Installed : No
Status : not installed
Source package : ghc-parsers-0.12.10-4.12.src
Summary : Parsing combinators
Description :
This library provides convenient combinators for working with and building
parsing combinator libraries.
Given a few simple instances, e.g. for the class
'Text.Parser.Combinators.Parsing' in "Text.Parser.Combinators.Parsing" you get
access to a large number of canned definitions. Instances exist for the parsers
provided by 'parsec', 'attoparsec' and base’s "Text.Read".