[Git][haskell-team/DHG_packages][master] lift-type: Disable RTS -N
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sat Apr 20 15:23:43 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1f5c6110 by Ilias Tsitsimpis at 2024-04-20T17:22:31+03:00
lift-type: Disable RTS -N
- - - - -
2 changed files:
- p/haskell-lift-type/debian/changelog
- p/haskell-lift-type/debian/patches/no-rts-n
Changes:
=====================================
p/haskell-lift-type/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-lift-type (0.1.1.1-2) unstable; urgency=medium
+
+ * Disable RTS -N for tests on all arches (Closes: #1068751)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sat, 20 Apr 2024 17:22:20 +0300
+
haskell-lift-type (0.1.1.1-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
=====================================
p/haskell-lift-type/debian/patches/no-rts-n
=====================================
@@ -2,15 +2,12 @@ Index: b/lift-type.cabal
===================================================================
--- a/lift-type.cabal
+++ b/lift-type.cabal
-@@ -34,7 +34,10 @@ test-suite lift-type-test
+@@ -34,7 +34,7 @@ test-suite lift-type-test
main-is: Spec.hs
hs-source-dirs:
test
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
-+ if arch(arm) || arch(mips) || arch(s390x) || arch(i386) || arch(riscv64)
-+ ghc-options: -threaded -rtsopts
-+ else
-+ ghc-options: -threaded -rtsopts -with-rtsopts=-N
++ ghc-options: -threaded -rtsopts
build-depends:
base
, lift-type
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1f5c61109a8d218b55822c3c6e76bf03e7f832d3
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1f5c61109a8d218b55822c3c6e76bf03e7f832d3
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/20240420/56c5a851/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list