summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-01 18:00:40 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-03 11:40:03 +0200
commitef9631e5232f43973c37e7664dd814f96bef1cc4 (patch)
treef1d853dc81060e1002cf112d8a98a78079e73bcd /.github
parent387387aa20d40acdd94a8e693a108d723f8cd018 (diff)
downloadnixpkgs-ef9631e5232f43973c37e7664dd814f96bef1cc4.tar
nixpkgs-ef9631e5232f43973c37e7664dd814f96bef1cc4.tar.gz
nixpkgs-ef9631e5232f43973c37e7664dd814f96bef1cc4.tar.bz2
nixpkgs-ef9631e5232f43973c37e7664dd814f96bef1cc4.tar.lz
nixpkgs-ef9631e5232f43973c37e7664dd814f96bef1cc4.tar.xz
nixpkgs-ef9631e5232f43973c37e7664dd814f96bef1cc4.tar.zst
nixpkgs-ef9631e5232f43973c37e7664dd814f96bef1cc4.zip
pkgs/top-level: init expression for haskell-updates jobset
release-haskell.nix is intended to be a replacement for
https://github.com/peti/ci/blob/master/haskell-nixpkgs.nix
which is currently the main expression for the haskell-updates jobset
on hydra (in the nixpkgs project).

It has the same jobs as the old haskell-nixpkgs.nix file:

* haskellPackages.*
* haskell.compiler.*
* Some extra haskell packages for certain compilers

The following jobs are new:

* tests.haskell.*
* A manually maintained list of top-level haskell packages (most of them
  using justStaticExecutables)
* An aggregate job which is intended to aid merging the haskell-updates
  branch: It holds an arbitrary list of haskell-related packages and
  tests we intend have working at all times. This is still somewhat
  incomplete and should be extendend in the future.

Additionally a lot of refactoring has been done and some unnecessary
code has been eliminated. Due to the increased set of jobs and my
ideas of convenience however, the code size has grown overall.
I've tried document the individual parts and would be happy about
feedback in general.

One future improvement could be making adding top-level haskell packages
more convenient and adding them all to the aggregate job automatically.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
-rw-r--r--.github/labeler.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6cde8c6fde0..256abac7b41 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -84,6 +84,7 @@
 /pkgs/development/compilers/ghc               @cdepillabout @sternenseemann @maralorn
 /pkgs/development/haskell-modules             @cdepillabout @sternenseemann @maralorn
 /pkgs/test/haskell                            @cdepillabout @sternenseemann @maralorn
+/pkgs/top-level/release-haskell.nix           @cdepillabout @sternenseemann @maralorn
 /pkgs/top-level/haskell-packages.nix          @cdepillabout @sternenseemann @maralorn
 
 # Perl
diff --git a/.github/labeler.yml b/.github/labeler.yml
index ef95fe66832..3637d05f48b 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -56,6 +56,7 @@
   - pkgs/development/tools/haskell/**/*
   - pkgs/test/haskell/**/*
   - pkgs/top-level/haskell-packages.nix
+  - pkgs/top-level/release-haskell.nix
 
 "6.topic: kernel":
   - pkgs/build-support/kernel/**/*