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

ghc-hpack 0.35.2

Tools for an alternative Haskell package format

Hpack is a format for Haskell packages. It is an alternative to the Cabal package format and follows different design principles. Hpack packages are described in a file named package.yaml. Both cabal2nix and stack support package.yaml natively. For other build tools the hpack executable can be used to generate a .cabal file from package.yaml.

Installation

Install ghc-hpack 0.35.2 as follows:

guix install ghc-hpack@0.35.2

Or install the latest version:

guix install ghc-hpack

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.