This repository is the home of the specification of Haskell's PVP which together with the Common Architecture for Building Applications and Tools (CABAL) specification provides the foundational framework powering Hackage, Haskell's central package repository.
The PVP evolves over time to adapt to changing requirements of the community. Everyone is invited to propose and discuss changes to the policy.
Formally, the PVP is maintained by the Core Libraries Committee together with the Hackage Trustees.
Please review the guidelines for contributing.
Building the http://pvp.haskell.org site HTML
The PVP site's static HTML files are generated by Hakyll.
You can either run
cabal run pvp-site -- rebuild
cabal run pvp-site -- server
to regenerate the HTML files, and then start a local HTTP server to preview the changes.
Alternatively, you can use Hakyll's preview mode which automatically rebuilds the HTML files when it detects changes with
cabal run pvp-site -- watch