How to Install and Uninstall ghc-blaze-builder.x86_64 Package on Fedora 34

Last updated: October 06,2024

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

Please follow the guidelines below to install ghc-blaze-builder.x86_64 on Fedora 34

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

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

Here is a brief guide to show you how to uninstall ghc-blaze-builder.x86_64 on Fedora 34:

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

3. Information about the ghc-blaze-builder.x86_64 package on Fedora 34

Last metadata expiration check: 4:28:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-blaze-builder
Version : 0.4.1.0
Release : 9.fc34
Architecture : x86_64
Size : 39 k
Source : ghc-blaze-builder-0.4.1.0-9.fc34.src.rpm
Repository : fedora
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.