[Git][haskell-team/DHG_packages][master] debian: -f-threaded logic reversal

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Jan 5 16:51:51 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
8b8e0834 by Clint Adams at 2026-01-05T11:51:36-05:00
debian: -f-threaded logic reversal

- - - - -


1 changed file:

- p/haskell-debian/debian/rules


Changes:

=====================================
p/haskell-debian/debian/rules
=====================================
@@ -5,7 +5,7 @@ RTS_WAYS := (shell ghc --info | grep -e 'RTS ways')
 DEB_BUILD_DEPENDENCIES = build-arch
 export DEB_ENABLE_TESTS = yes
 
-ifneq (,$(filter $(RTS_WAYS),thr_dyn))
+ifeq (,$(filter $(RTS_WAYS),thr_dyn))
 export DEB_SETUP_GHC_CONFIGURE_ARGS=-f-threaded
 endif
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8b8e0834b0731078c8ae37a2d6f47732dcb7eaf0

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8b8e0834b0731078c8ae37a2d6f47732dcb7eaf0
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/20260105/eba3ad43/attachment.htm>


More information about the Pkg-haskell-commits mailing list