[Git][haskell-team/DHG_packages][master] unordered-containers: Disable RTS -N for testsuite
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Thu Oct 17 01:57:15 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e750652f by Ilias Tsitsimpis at 2024-10-16T14:48:26+03:00
unordered-containers: Disable RTS -N for testsuite
- - - - -
3 changed files:
- p/haskell-unordered-containers/debian/changelog
- + p/haskell-unordered-containers/debian/patches/no-rts-N
- + p/haskell-unordered-containers/debian/patches/series
Changes:
=====================================
p/haskell-unordered-containers/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-unordered-containers (0.2.20-2) unstable; urgency=medium
+
+ * Disable RTS -N for testsuite
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 16 Oct 2024 14:48:22 +0300
+
haskell-unordered-containers (0.2.20-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
=====================================
p/haskell-unordered-containers/debian/patches/no-rts-N
=====================================
@@ -0,0 +1,13 @@
+Index: b/unordered-containers.cabal
+===================================================================
+--- a/unordered-containers.cabal
++++ b/unordered-containers.cabal
+@@ -113,7 +113,7 @@ test-suite unordered-containers-tests
+ nothunks >= 0.1.3
+
+ default-language: Haskell2010
+- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
++ ghc-options: -Wall -threaded
+ cpp-options: -DASSERTS
+
+ benchmark benchmarks
=====================================
p/haskell-unordered-containers/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-rts-N
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e750652f3eb7ae78b43227c18859d87054bb375c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e750652f3eb7ae78b43227c18859d87054bb375c
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/20241017/f3a9f5a3/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list