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
.
- Outputs:
out
- Website: https://github.com/sol/hpack#readme
- Licenses: Expat
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
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.