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

Last updated: October 07,2024

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

This tutorial shows how to install ghc-servant-foreign.x86_64 on Fedora 35

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

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

This guide let you learn how to uninstall ghc-servant-foreign.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:59:47 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-servant-foreign
Version : 0.15.4
Release : 1.fc35
Architecture : x86_64
Size : 89 k
Source : ghc-servant-foreign-0.15.4-1.fc35.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>.