How To Install ghc-happstack-server-prof on Fedora 36

In this tutorial we learn how to install ghc-happstack-server-prof in Fedora 36. ghc-happstack-server-prof is Haskell happstack-server profiling library

Introduction

In this tutorial we learn how to install ghc-happstack-server-prof on Fedora 36.

What is ghc-happstack-server-prof

This package provides the Haskell happstack-server profiling library.

We can use yum or dnf to install ghc-happstack-server-prof on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-happstack-server-prof.

Install ghc-happstack-server-prof on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ghc-happstack-server-prof using dnf by running the following command:

sudo dnf -y install ghc-happstack-server-prof

Install ghc-happstack-server-prof on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ghc-happstack-server-prof using yum by running the following command:

sudo yum -y install ghc-happstack-server-prof

How To Uninstall ghc-happstack-server-prof on Fedora 36

To uninstall only the ghc-happstack-server-prof package we can use the following command:

sudo dnf remove ghc-happstack-server-prof

ghc-happstack-server-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Auth.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Compression.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Cookie.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Error.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/FileServe.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/FileServe/BuildingBlocks.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/I18N.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/Clock.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/Compression.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/Cookie.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/Handler.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/LazyLiner.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/Listen.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/LogFormat.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/LowLevel.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/MessageWrap.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/Monads.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/Multipart.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/RFC822Headers.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/Socket.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/TimeoutIO.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/TimeoutManager.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/TimeoutSocket.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Internal/Types.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Monads.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Response.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Routing.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/RqData.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/SURI.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/SURI/ParseURI.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/SimpleHTTP.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Types.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Happstack/Server/Validation.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/Paths_happstack_server.p_hi
/usr/lib64/ghc-8.10.5/happstack-server-7.7.1.1/libHShappstack-server-7.7.1.1-GOU41SekukrICEYFq9DeIO_p.a

References

Summary

In this tutorial we learn how to install ghc-happstack-server-prof on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).