How to Install and Uninstall ghc-blaze-builder.x86_64 Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "ghc-blaze-builder.x86_64" package

This guide let you learn how to install ghc-blaze-builder.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install ghc-blaze-builder.x86_64

2. Uninstall "ghc-blaze-builder.x86_64" package

This guide covers the steps necessary to uninstall ghc-blaze-builder.x86_64 on CentOS Stream 8:

$ sudo dnf remove ghc-blaze-builder.x86_64 $ sudo dnf autoremove

3. Information about the ghc-blaze-builder.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:51:39 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-blaze-builder
Version : 0.4.1.0
Release : 1.el8
Architecture : x86_64
Size : 41 k
Source : ghc-blaze-builder-0.4.1.0-1.el8.src.rpm
Repository : epel
Summary : Efficient buffered output
URL : https://hackage.haskell.org/package/blaze-builder
License : BSD
Description : This library provides an implementation of the older blaze-builder interface in
: terms of the new builder that shipped with bytestring-0.10.4.0
:
: This implementation is mostly intended as a bridge to the new builder, so that
: code that uses the old interface can interoperate with code that uses the new
: implementation. Note that no attempt has been made to preserve the old internal
: modules, so code that has these dependencies cannot use this interface.
:
: New code should, for the most part, use the new interface. However, this module
: does implement a chunked HTTP encoding, which is not otherwise implemented
: (yet?) with the new builder.