This package browser is in early development. Mind the rough edges.

ghc-keys

Keyed functors and containers

This package provides a bunch of ad hoc classes for accessing parts of a container. In practice this package is largely subsumed by the ghc-lens, but it is maintained for now as it has much simpler dependencies.

Installation

Install the latest version of ghc-keys as follows:

guix install ghc-keys

Or install a particular version:

guix install ghc-keys@3.12.3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ghc-keys about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ghc-keys'><img src='https://packages.guix.gnu.org/packages/ghc-keys/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ghc-keys/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ghc-keys)

Example Org:

[[https://packages.guix.gnu.org/packages/ghc-keys][https://packages.guix.gnu.org/packages/ghc-keys/badges/latest-version.svg]]