How to Install and Uninstall ghc-microlens-platform.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ghc-microlens-platform.x86_64" package

This tutorial shows how to install ghc-microlens-platform.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-microlens-platform.x86_64

2. Uninstall "ghc-microlens-platform.x86_64" package

Please follow the steps below to uninstall ghc-microlens-platform.x86_64 on Fedora 34:

$ sudo dnf remove ghc-microlens-platform.x86_64 $ sudo dnf autoremove

3. Information about the ghc-microlens-platform.x86_64 package on Fedora 34

Last metadata expiration check: 0:49:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-microlens-platform
Version : 0.4.1
Release : 4.fc34
Architecture : x86_64
Size : 46 k
Source : ghc-microlens-platform-0.4.1-4.fc34.src.rpm
Repository : fedora
Summary : Microlens + all batteries included (best for apps)
URL : https://hackage.haskell.org/package/microlens-platform
License : BSD
Description : This package exports a module which is the recommended starting point for using
: microlens if you aren't trying to keep your dependencies minimal.
: By importing 'Lens.Micro.Platform' you get all functions and instances from
: microlens, microlens-th, microlens-mtl, microlens-ghc, as well as
: instances for 'Vector', 'Text', and 'HashMap'.
:
: The minor and major versions of microlens-platform are incremented whenever the
: minor and major versions of any other microlens package are incremented, so you
: can depend on the exact version of microlens-platform without specifying the
: version of microlens (microlens-mtl, etc) you need.