[Git][haskell-team/DHG_packages][master] xeno: Disable RTS -N to fix build on 32-bit arches
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Sun Mar 30 17:07:39 BST 2025
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
15a759f7 by Scott Talbert at 2025-03-30T12:04:26-04:00
xeno: Disable RTS -N to fix build on 32-bit arches
- - - - -
3 changed files:
- p/haskell-xeno/debian/changelog
- + p/haskell-xeno/debian/patches/no-rts-n
- + p/haskell-xeno/debian/patches/series
Changes:
=====================================
p/haskell-xeno/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-xeno (0.6-3) unstable; urgency=medium
+
+ * Disable RTS -N to fix build on 32-bit arches
+
+ -- Scott Talbert <swt at techie.net> Sun, 30 Mar 2025 12:03:39 -0400
+
haskell-xeno (0.6-2) unstable; urgency=medium
* Post-NEW source-only upload
=====================================
p/haskell-xeno/debian/patches/no-rts-n
=====================================
@@ -0,0 +1,27 @@
+--- a/xeno.cabal
++++ b/xeno.cabal
+@@ -53,7 +53,7 @@ test-suite xeno-test
+ build-depends: base, xeno, hexml, hspec, bytestring
+ -- | DEBUG
+ , hspec
+- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
++ ghc-options: -Wall -threaded -rtsopts
+ if flag(whitespace-around-equals)
+ cpp-options: -DWHITESPACE_AROUND_EQUALS
+ default-language: Haskell2010
+@@ -76,7 +76,7 @@ benchmark xeno-memory-bench
+ hs-source-dirs: bench
+ main-is: Memory.hs
+ build-depends: base, xeno, weigh, bytestring, deepseq, hexml
+- ghc-options: -Wall -threaded -O2 -rtsopts -with-rtsopts=-N
++ ghc-options: -Wall -threaded -O2 -rtsopts
+ default-language: Haskell2010
+
+ benchmark xeno-speed-big-files-bench
+@@ -96,5 +96,5 @@ benchmark xeno-bench
+ main-is: Bench.hs
+ hs-source-dirs: app
+ build-depends: base, xeno, weigh, bytestring, deepseq, hexml, bytestring-mmap, time
+- ghc-options: -O2 -threaded -rtsopts "-with-rtsopts=-N"
++ ghc-options: -O2 -threaded -rtsopts
+ default-language: Haskell2010
=====================================
p/haskell-xeno/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-rts-n
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/15a759f7e56442831b7168bc989bbd4225c0fe33
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/15a759f7e56442831b7168bc989bbd4225c0fe33
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/20250330/9365c453/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list