How to Install and Uninstall ghc-wai-extra Package on openSUSE Leap

Last updated: May 18,2024

1. Install "ghc-wai-extra" package

Please follow the step by step instructions below to install ghc-wai-extra on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-wai-extra

2. Uninstall "ghc-wai-extra" package

Learn how to uninstall ghc-wai-extra on openSUSE Leap:

$ sudo zypper remove ghc-wai-extra

3. Information about the ghc-wai-extra package on openSUSE Leap

Information for package ghc-wai-extra:
--------------------------------------
Repository : Main Repository
Name : ghc-wai-extra
Version : 3.1.8-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 893.9 KiB
Installed : No
Status : not installed
Source package : ghc-wai-extra-3.1.8-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/wai-extra
Summary : Provides some basic WAI handlers and middleware
Description :
Provides basic WAI handler and middleware functionality:
* WAI Testing Framework
Hspec testing facilities and helpers for WAI.
* Event Source/Event Stream
Send server events to the client. Compatible with the JavaScript EventSource
API.
* Accept Override
Override the Accept header in a request. Special handling for the _accept query
parameter (which is used throughout WAI override the Accept header).
* Add Headers
WAI Middleware for adding arbitrary headers to an HTTP request.
* Clean Path
Clean a request path to a canonical form.
* GZip Compression
Negotiate HTTP payload gzip compression.
* HTTP Basic Authentication
WAI Basic Authentication Middleware which uses Authorization header.
* JSONP
"JSON with Padding" middleware. Automatic wrapping of JSON responses to convert
into JSONP.
* Method Override / Post
Allows overriding of the HTTP request method via the _method query string
parameter.
* Request Logging
Request logging middleware for development and production environments
* Request Rewrite
Rewrite request path info based on a custom conversion rules.
* Stream Files
Convert ResponseFile type responses into ResponseStream type.
* Virtual Host
Redirect incoming requests to a new host based on custom rules.
API docs and the README are available at
.

5. The same packages on other Linux Distributions