How to Install and Uninstall ghc-servant-foreign.x86_64 Package on Fedora 36

Last updated: June 26,2024

1. Install "ghc-servant-foreign.x86_64" package

Please follow the guidelines below to install ghc-servant-foreign.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-servant-foreign.x86_64

2. Uninstall "ghc-servant-foreign.x86_64" package

Please follow the guidance below to uninstall ghc-servant-foreign.x86_64 on Fedora 36:

$ sudo dnf remove ghc-servant-foreign.x86_64 $ sudo dnf autoremove

3. Information about the ghc-servant-foreign.x86_64 package on Fedora 36

Last metadata expiration check: 2:40:18 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-servant-foreign
Version : 0.15.4
Release : 2.fc36
Architecture : x86_64
Size : 89 k
Source : ghc-servant-foreign-0.15.4-2.fc36.src.rpm
Repository : fedora
Summary : Helpers for generating clients for servant APIs in any programming language
URL : https://hackage.haskell.org/package/servant-foreign
License : BSD
Description : Helper types and functions for generating client functions for servant APIs in
: any programming language
:
: This package provides types and functions that collect all the data needed to
: generate client functions in the programming language of your choice.
: This effectively means you only have to write the code that "pretty-prints"
: this data as some code in your target language.
:
: See the servant-js package for an example
:
: : CHANGELOG>.