[Git][haskell-team/DHG_packages][master] lift-type: Disable RTS -N on non-SMP arches
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Mon Aug 1 19:17:21 BST 2022
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
efe7d68e by Scott Talbert at 2022-08-01T14:13:19-04:00
lift-type: Disable RTS -N on non-SMP arches
- - - - -
3 changed files:
- p/haskell-lift-type/debian/changelog
- + p/haskell-lift-type/debian/patches/no-rts-n
- + p/haskell-lift-type/debian/patches/series
Changes:
=====================================
p/haskell-lift-type/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-lift-type (0.1.0.1-3) unstable; urgency=medium
+
+ * Disable RTS -N on non-SMP arches
+
+ -- Scott Talbert <swt at techie.net> Mon, 01 Aug 2022 14:13:12 -0400
+
haskell-lift-type (0.1.0.1-2) unstable; urgency=medium
* Post-NEW source-only upload
=====================================
p/haskell-lift-type/debian/patches/no-rts-n
=====================================
@@ -0,0 +1,14 @@
+--- a/lift-type.cabal
++++ b/lift-type.cabal
+@@ -34,7 +34,10 @@ 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)
++ ghc-options: -threaded -rtsopts
++ else
++ ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ build-depends:
+ base >=4.7 && <5
+ , lift-type
=====================================
p/haskell-lift-type/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-rts-n
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/efe7d68ea80c0c2242f4d5315a49f2add33e742c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/efe7d68ea80c0c2242f4d5315a49f2add33e742c
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/20220801/d532b14e/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list