How to Install and Uninstall ghc-pipes Package on openSUSE Leap
Last updated: November 23,2024
1. Install "ghc-pipes" package
Please follow the guidelines below to install ghc-pipes on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-pipes
Copied
2. Uninstall "ghc-pipes" package
Learn how to uninstall ghc-pipes on openSUSE Leap:
$
sudo zypper remove
ghc-pipes
Copied
3. Information about the ghc-pipes package on openSUSE Leap
Information for package ghc-pipes:
----------------------------------
Repository : Main Repository
Name : ghc-pipes
Version : 4.3.16-bp155.3.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 318.9 KiB
Installed : No
Status : not installed
Source package : ghc-pipes-4.3.16-bp155.3.17.src
Upstream URL : https://hackage.haskell.org/package/pipes
Summary : Compositional pipelines
Description :
`pipes` is a clean and powerful stream processing library that lets you build
and connect reusable streaming components
Advantages over traditional streaming libraries:
* /Concise API/: Use simple commands like 'for', ('>->'), 'await', and 'yield'
* /Blazing fast/: Implementation tuned for speed, including shortcut fusion
* /Lightweight Dependency/: 'pipes' is small and compiles very rapidly,
including dependencies
* /Elegant semantics/: Use practical category theory
* /ListT/: Correct implementation of 'ListT' that interconverts with pipes
* /Bidirectionality/: Implement duplex channels
* /Extensive Documentation/: Second to none!
Import "Pipes" to use the library.
Read "Pipes.Tutorial" for an extensive tutorial.
----------------------------------
Repository : Main Repository
Name : ghc-pipes
Version : 4.3.16-bp155.3.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 318.9 KiB
Installed : No
Status : not installed
Source package : ghc-pipes-4.3.16-bp155.3.17.src
Upstream URL : https://hackage.haskell.org/package/pipes
Summary : Compositional pipelines
Description :
`pipes` is a clean and powerful stream processing library that lets you build
and connect reusable streaming components
Advantages over traditional streaming libraries:
* /Concise API/: Use simple commands like 'for', ('>->'), 'await', and 'yield'
* /Blazing fast/: Implementation tuned for speed, including shortcut fusion
* /Lightweight Dependency/: 'pipes' is small and compiles very rapidly,
including dependencies
* /Elegant semantics/: Use practical category theory
* /ListT/: Correct implementation of 'ListT' that interconverts with pipes
* /Bidirectionality/: Implement duplex channels
* /Extensive Documentation/: Second to none!
Import "Pipes" to use the library.
Read "Pipes.Tutorial" for an extensive tutorial.