How to Install and Uninstall ghc-these.x86_64 Package on Fedora 39
Last updated: November 25,2024
1. Install "ghc-these.x86_64" package
This is a short guide on how to install ghc-these.x86_64 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
ghc-these.x86_64
Copied
2. Uninstall "ghc-these.x86_64" package
Please follow the instructions below to uninstall ghc-these.x86_64 on Fedora 39:
$
sudo dnf remove
ghc-these.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-these.x86_64 package on Fedora 39
Last metadata expiration check: 1:59:51 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-these
Version : 1.2
Release : 2.fc39
Architecture : x86_64
Size : 61 k
Source : ghc-these-1.2-2.fc39.src.rpm
Repository : fedora
Summary : An either-or-both data type
URL : https://hackage.haskell.org/package/these
License : BSD-3-Clause
Description : This package provides a data type 'These a b' which can hold a value of either
: type or values of each type. This is usually thought of as an "inclusive or"
: type (contrasting 'Either a b' as "exclusive or") or as an "outer join" type
: (contrasting '(a, b)' as "inner join").
:
: ' data These a b = This a | That b | These a b '
:
: Since version 1, this package was split into parts:
:
: * For 'Align' and
: 'Zip' type-classes.
:
: * For
: 'SemialignWithIndex' class, providing 'ialignWith' and 'izipWith'.
:
: * For lens
: combinators.
:
: * For
: transformers variant of 'These'.
Available Packages
Name : ghc-these
Version : 1.2
Release : 2.fc39
Architecture : x86_64
Size : 61 k
Source : ghc-these-1.2-2.fc39.src.rpm
Repository : fedora
Summary : An either-or-both data type
URL : https://hackage.haskell.org/package/these
License : BSD-3-Clause
Description : This package provides a data type 'These a b' which can hold a value of either
: type or values of each type. This is usually thought of as an "inclusive or"
: type (contrasting 'Either a b' as "exclusive or") or as an "outer join" type
: (contrasting '(a, b)' as "inner join").
:
: ' data These a b = This a | That b | These a b '
:
: Since version 1, this package was split into parts:
:
: *
: 'Zip' type-classes.
:
: *
: 'SemialignWithIndex' class, providing 'ialignWith' and 'izipWith'.
:
: *
: combinators.
:
: *
: transformers variant of 'These'.