How to Install and Uninstall ghc-STMonadTrans.x86_64 Package on Fedora 39
Last updated: November 27,2024
1. Install "ghc-STMonadTrans.x86_64" package
Please follow the guidelines below to install ghc-STMonadTrans.x86_64 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
ghc-STMonadTrans.x86_64
Copied
2. Uninstall "ghc-STMonadTrans.x86_64" package
This guide let you learn how to uninstall ghc-STMonadTrans.x86_64 on Fedora 39:
$
sudo dnf remove
ghc-STMonadTrans.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-STMonadTrans.x86_64 package on Fedora 39
Last metadata expiration check: 5:13:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-STMonadTrans
Version : 0.4.7
Release : 1.fc39
Architecture : x86_64
Size : 39 k
Source : ghc-STMonadTrans-0.4.7-1.fc39.src.rpm
Repository : fedora
Summary : A monad transformer version of the ST monad
URL : https://hackage.haskell.org/package/STMonadTrans
License : BSD-3-Clause
Description : A monad transformer version of the ST monad. This monad transformer
: should not be used with monads that can contain multiple answers, like the list
: monad. The reason is that the state token will be duplicated across the
: different answers and this causes Bad Things to happen (such as loss of
: referential transparency). Safe monads include the monads State, Reader,
: Writer, Maybe and combinations of their corresponding monad transformers.
Available Packages
Name : ghc-STMonadTrans
Version : 0.4.7
Release : 1.fc39
Architecture : x86_64
Size : 39 k
Source : ghc-STMonadTrans-0.4.7-1.fc39.src.rpm
Repository : fedora
Summary : A monad transformer version of the ST monad
URL : https://hackage.haskell.org/package/STMonadTrans
License : BSD-3-Clause
Description : A monad transformer version of the ST monad. This monad transformer
: should not be used with monads that can contain multiple answers, like the list
: monad. The reason is that the state token will be duplicated across the
: different answers and this causes Bad Things to happen (such as loss of
: referential transparency). Safe monads include the monads State, Reader,
: Writer, Maybe and combinations of their corresponding monad transformers.