mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
etc: teams: Define haskell team scope.
* etc/teams.scm.in (haskell): Define it.
This commit is contained in:
parent
e842aeb8c1
commit
b6aef666d9
1 changed files with 12 additions and 1 deletions
|
@ -99,7 +99,18 @@
|
||||||
#:name "Haskell team"
|
#:name "Haskell team"
|
||||||
#:description
|
#:description
|
||||||
"GHC, Hugs, Haskell packages, the \"hackage\" and \"stackage\" importers, and
|
"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
|
(define-team r
|
||||||
(team 'r
|
(team 'r
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue