From b9c4488a729645ec11ced80cacf31c3ab096cf09 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Mon, 8 Jan 2024 21:34:53 +0000 Subject: [PATCH] Add core-libraries projects to the haskell workspace --- config.dhall | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/config.dhall b/config.dhall index 6d486ef..c780a70 100644 --- a/config.dhall +++ b/config.dhall @@ -159,6 +159,30 @@ let -- | The opendev/zuul index configuration let haskell_index = Monocle.Workspace::{ , name = "haskell" + , projects = Some + [ Monocle.Project::{ + , name = "core-libraries" + , repository_regex = Some + ( Prelude.Text.concatSep + "|" + [ "haskell/stm" + , "haskell/text" + , "haskell/bytestrings" + , "haskell/containers" + , "haskell/network" + , "haskell/cabal" + , "haskell/primitive" + , "haskell/process" + , "haskell/time" + , "haskell/win32" + , "haskell/alex" + , "haskell/happy" + , "haskell/filepath" + , "haskell/directory" + ] + ) + } + ] , crawlers = [ mkGHOrgCrawler "haskell" , Monocle.Crawler::{