[Git][haskell-team/DHG_packages][master] 2 commits: versions: Disable RTS -N on non-SMP arches
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Sun Jul 31 05:10:22 BST 2022
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ec0f86f4 by Scott Talbert at 2022-07-31T00:03:01-04:00
versions: Disable RTS -N on non-SMP arches
- - - - -
25f8a4c4 by Scott Talbert at 2022-07-31T00:06:48-04:00
hspec-hedgehog: Disable RTS -N on non-SMP arches
- - - - -
6 changed files:
- p/haskell-hspec-hedgehog/debian/changelog
- + p/haskell-hspec-hedgehog/debian/patches/no-rts-n
- + p/haskell-hspec-hedgehog/debian/patches/series
- p/haskell-versions/debian/changelog
- + p/haskell-versions/debian/patches/no-rts-n
- + p/haskell-versions/debian/patches/series
Changes:
=====================================
p/haskell-hspec-hedgehog/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hspec-hedgehog (0.0.1.2-3) unstable; urgency=medium
+
+ * Disable RTS -N on non-SMP arches
+
+ -- Scott Talbert <swt at techie.net> Sun, 31 Jul 2022 00:06:28 -0400
+
haskell-hspec-hedgehog (0.0.1.2-2) unstable; urgency=medium
* Post-NEW source-only upload
=====================================
p/haskell-hspec-hedgehog/debian/patches/no-rts-n
=====================================
@@ -0,0 +1,14 @@
+--- a/hspec-hedgehog.cabal
++++ b/hspec-hedgehog.cabal
+@@ -41,7 +41,10 @@ test-suite hspec-hedgehog-test
+ Spec.hs
+ hs-source-dirs:
+ test
+- ghc-options: -threaded -rtsopts -with-rtsopts=-N
++ if arch(arm) || arch(mips) || arch(s390x) || arch(i386)
++ ghc-options: -threaded -rtsopts
++ else
++ ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ build-depends:
+ base >= 4.7 && < 5
+ , hspec-hedgehog
=====================================
p/haskell-hspec-hedgehog/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-rts-n
=====================================
p/haskell-versions/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-versions (5.0.3-3) unstable; urgency=medium
+
+ * Disable RTS -N on non-SMP arches
+
+ -- Scott Talbert <swt at techie.net> Sun, 31 Jul 2022 00:02:50 -0400
+
haskell-versions (5.0.3-2) unstable; urgency=medium
* Post-NEW source-only upload
=====================================
p/haskell-versions/debian/patches/no-rts-n
=====================================
@@ -0,0 +1,14 @@
+--- a/versions.cabal
++++ b/versions.cabal
+@@ -57,7 +57,10 @@ test-suite versions-test
+ type: exitcode-stdio-1.0
+ main-is: Test.hs
+ hs-source-dirs: test
+- ghc-options: -threaded -with-rtsopts=-N
++ if arch(arm) || arch(mips) || arch(s390x) || arch(i386)
++ ghc-options: -threaded
++ else
++ ghc-options: -threaded -with-rtsopts=-N
+ build-depends:
+ , microlens >=0.4
+ , QuickCheck >=2.9
=====================================
p/haskell-versions/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-rts-n
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/d3cdc1c79b8b24f2991a64239553b35e8f4106d7...25f8a4c416b815f8d147154726d4220a42b5e3e3
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/d3cdc1c79b8b24f2991a64239553b35e8f4106d7...25f8a4c416b815f8d147154726d4220a42b5e3e3
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/20220731/7185dbbc/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list