guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: etc: teams: Define haskell team scope.


From: guix-commits
Subject: 01/02: etc: teams: Define haskell team scope.
Date: Sun, 25 Sep 2022 06:42:48 -0400 (EDT)

lbraun pushed a commit to branch work-teams
in repository guix.

commit b6aef666d912c9d51e3265c61d0bd36ee579dda3
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Sep 25 12:32:40 2022 +0200

    etc: teams: Define haskell team scope.
    
    * etc/teams.scm.in (haskell): Define it.
---
 etc/teams.scm.in | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 17cbb26521..e97801a561 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -99,7 +99,18 @@
         #:name "Haskell team"
         #:description
         "GHC, Hugs, Haskell packages, the \"hackage\" and \"stackage\" 
importers, and
-the haskell-build-system."))
+the haskell-build-system."
+        #:scope
+        (list "gnu/packages/dhall.scm"
+              ;; Match haskell.scm and haskell-*.scm.
+              (make-regexp "^gnu/packages/haskell(-.+|)\\.scm$")
+              "gnu/packages/purescript.scm"
+              "guix/build/haskell-build-system.scm"
+              "guix/build-system/haskell.scm"
+              "guix/import/cabal.scm"
+              "guix/import/hackage.scm"
+              "guix/import/stackage.scm"
+              "guix/scripts/import/hackage.scm")))
 
 (define-team r
   (team 'r



reply via email to

[Prev in Thread] Current Thread [Next in Thread]