[Git][haskell-team/dh-haskell][master] Add parallel support

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Dec 17 03:23:11 GMT 2025



Scott Talbert pushed to branch master at Debian Haskell Group / dh-haskell


Commits:
bd8f426e by Scott Talbert at 2025-12-16T22:20:41-05:00
Add parallel support

- - - - -


3 changed files:

- debian/changelog
- debian/control
- lib/Debian/Debhelper/Buildsystem/haskell.pm


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+dh-haskell (0.6.12) unstable; urgency=medium
+
+  * Add parallel support
+
+ -- Scott Talbert <swt at techie.net>  Tue, 16 Dec 2025 22:20:25 -0500
+
 dh-haskell (0.6.11) unstable; urgency=medium
 
   * Only set HOME envvar if it's not already set


=====================================
debian/control
=====================================
@@ -23,7 +23,7 @@ Depends:
  ${perl:Depends},
  ${shlibs:Depends},
  debhelper (>= 9.20151220),
- haskell-devscripts-minimal (>= 0.16.42~) | haskell-devscripts (>= 0.16.42~),
+ haskell-devscripts-minimal (>= 0.16.44~) | haskell-devscripts (>= 0.16.44~),
  libconst-fast-perl,
  liblist-someutils-perl,
  libpath-tiny-perl


=====================================
lib/Debian/Debhelper/Buildsystem/haskell.pm
=====================================
@@ -158,7 +158,8 @@ sub configure {
 sub build {
     my ($self) = @_;
 
-    build_recipe();
+    my $parallel = ($self->get_parallel() > 0) ? $self->get_parallel() : 0;
+    build_recipe(parallel => $parallel);
     if (!$dh{DOARCH}) {
         haddock_recipe();
     }



View it on GitLab: https://salsa.debian.org/haskell-team/dh-haskell/-/commit/bd8f426e8287f7283b8226037da94c49c0a64fe6

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/dh-haskell/-/commit/bd8f426e8287f7283b8226037da94c49c0a64fe6
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20251217/5156ff27/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list