Skip to content

Commit

Permalink
Add core-libraries projects to the haskell workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Jan 8, 2024
1 parent 906f708 commit b9c4488
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -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::{
Expand Down

0 comments on commit b9c4488

Please sign in to comment.