How to Install and Uninstall ghc-servant-server.x86_64 Package on Fedora 34

Last updated: June 29,2024

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

In this section, we are going to explain the necessary steps to install ghc-servant-server.x86_64 on Fedora 34

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

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

Learn how to uninstall ghc-servant-server.x86_64 on Fedora 34:

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

3. Information about the ghc-servant-server.x86_64 package on Fedora 34

Last metadata expiration check: 0:41:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-servant-server
Version : 0.16.2
Release : 5.fc34
Architecture : x86_64
Size : 117 k
Source : ghc-servant-server-0.16.2-5.fc34.src.rpm
Repository : fedora
Summary : A family of combinators for defining webservices APIs and serving them
URL : https://hackage.haskell.org/package/servant-server
License : BSD
Description : A family of combinators for defining webservices APIs and serving them
:
: You can learn about the basics in the
: .
:
: : Here> is a runnable example, with comments, that defines a dummy API and
: implements a webserver that serves this API, using this package.
:
: : CHANGELOG>.