From 1e71ce8a29c86b0544f4014d7c91bfb0b950a0c8 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 28 Jun 2020 21:38:41 -0400 Subject: feat(ci-builds): Add overridden haskell packages Add all the haskell packages we've overridden to the ci targets, so we can check that they build successfully. Change-Id: I3c2f2d61f542cc06ac2266881e182e755fcb3774 Reviewed-on: https://cl.tvl.fyi/c/depot/+/743 Reviewed-by: Kane York Reviewed-by: tazjin --- ci-builds.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ci-builds.nix') diff --git a/ci-builds.nix b/ci-builds.nix index 0c81ca31d9..7e09eef523 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -65,6 +65,15 @@ in lib.fix(self: { depot.nix.getBins.tests ]; + # Haskell packages we've patched locally + haskellPackages = with depot.third_party.haskellPackages; [ + generic-arbitrary + hgeometry + hgeometry-combinatorial + vinyl + comonad-extras + ]; + # User-specific build targets tazjin = with depot.users.tazjin; [ blog -- cgit 1.4.1