dh_haskell_blurbs
Tools to help Debian developers build Haskell packages
Install
- All systems
-
curl cmd.cat/dh_haskell_blurbs.sh
- Debian
-
apt-get install haskell-devscripts-minimal
- Ubuntu
-
apt-get install haskell-devscripts-minimal
- Kali Linux
-
apt-get install haskell-devscripts-minimal
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install haskell-devscripts-minimal
- Raspbian
-
apt-get install haskell-devscripts-minimal
- Dockerfile
- dockerfile.run/dh_haskell_blurbs
haskell-devscripts-minimal
Tools to help Debian developers build Haskell packages
This package provides a collection of scripts to help build Haskell packages for Debian. Unlike haskell-utils, this package is not expected to be installed on the machines of end users. This package is designed to support Cabalized Haskell libraries. It is designed to build a library for each supported Debian compiler or interpreter, generate appropriate postinst/prerm files for each one, generate appropriate substvars entries for each one, and install the package in the Debian temporary area as part of the build process. This package doesn't provide functionality for generating coloured documentation and is mostly intended for bootstrapping a new architecture. If you want coloured documentation, use haskell-devscripts.
haskell-devscripts
Tools to help Debian developers build Haskell packages
This package provides a collection of scripts to help build Haskell packages for Debian. Unlike haskell-utils, this package is not expected to be installed on the machines of end users. This package is designed to support Cabalized Haskell libraries. It is designed to build a library for each supported Debian compiler or interpreter, generate appropriate postinst/prerm files for each one, generate appropriate substvars entries for each one, and install the package in the Debian temporary area as part of the build process. This package is actually an empty package and is only useful for its dependency on hscolour.