Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-platform
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
package-sets
horizon-platform
Commits
41e04b44
Commit
41e04b44
authored
2 years ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
README.md: add policy sections
parent
bc055199
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+47
-0
47 additions, 0 deletions
README.md
with
47 additions
and
0 deletions
README.md
+
47
−
0
View file @
41e04b44
...
...
@@ -32,3 +32,50 @@ delete the packages folder.
If you need to do additional manual overrides to the nix code, such as
`addPkgconfigDepends`
, edit the
`configuration.nix`
overlay, which is applied
afterwards.
## Package Set Policy
This package set has the following policy.
*
GHC will advance as often as possible
*
Nonversioned locations (git, unversioned tarballs) are permitted to allow
GHC to advance.
*
The following packages must always build:
*
aeson
*
beam-postgres
*
composite-base
*
dhall
*
haskell-language-server
*
hedgehog
*
pandoc
*
persistent-postgresql
*
polysemy
*
servant
*
sydtest
*
tasty
*
xmonad-contrib
*
xmonad
*
wai-app-static
*
warp
*
Tags will be of the form
`unstable-<yyyy>-<mm>-<dd>-r<N>`
where any
unversioned source is used.
*
Tags will be of the form
`stable-<yyyy>-<mm>-<dd>-r<N>`
where all
stable sources are used.
## Commit Policy
*
All commits should evaluate with
`nix flake show`
.
*
All commits should pass all checks with
`nix flake check`
.
*
All derivations in
`packages`
should build.
*
Where possible, commits should be atomic, of the form
*
foo: init at
<version>
*
foo:
<old-version>
->
<new-version>
*
If multiple packages need to be maintained in lockstep,
the commit message should contain all changes.
## ChangeLog Policy
*
ChangeLogs should clearly show source stability changes between versions,
of the form:
*
stabilized source: aeson, lens
*
destabilized source: pandoc
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment