Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-hpack
From: Masatake Daimon
Date: 2025-03-07 12:08:19
Message id: 20250307110820.04463FBE1@cvs.NetBSD.org
Log Message:
devel/hs-hpack: import hs-hpack-0.38.0
Hpack is a format for Haskell packages. It is a modern 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.
Files: