[Git][haskell-team/DHG_packages][master] darcs: add missing $
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Feb 27 01:53:57 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
5bd16203 by Clint Adams at 2026-02-26T20:53:38-05:00
darcs: add missing $
- - - - -
2 changed files:
- p/darcs/debian/changelog
- p/darcs/debian/rules
Changes:
=====================================
p/darcs/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+darcs (2.18.5-2) unstable; urgency=medium
+
+ * Add missing dollar sign in rules file.
+
+ -- Clint Adams <clint at debian.org> Thu, 26 Feb 2026 20:53:09 -0500
+
darcs (2.18.5-1) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/darcs/debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-RTS_WAYS := (shell ghc --info | grep -e 'RTS ways')
+RTS_WAYS := $(shell ghc --info | grep -e 'RTS ways')
ifeq (,$(filter $(RTS_WAYS),thr_dyn))
export DEB_SETUP_GHC_CONFIGURE_ARGS=-f-threaded
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5bd162036f5cd368948499d501a29d2b5b88eb5d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5bd162036f5cd368948499d501a29d2b5b88eb5d
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/20260227/95ee80c8/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list