[Git][haskell-team/DHG_packages][master] from-sum: Remove RTS -N
Ilias Tsitsimpis
gitlab at salsa.debian.org
Tue Dec 18 18:57:17 GMT 2018
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
48c46460 by Ilias Tsitsimpis at 2018-12-18T18:53:10Z
from-sum: Remove RTS -N
- - - - -
3 changed files:
- p/haskell-from-sum/debian/changelog
- + p/haskell-from-sum/debian/patches/rtsopts_remove_N
- + p/haskell-from-sum/debian/patches/series
Changes:
=====================================
p/haskell-from-sum/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-from-sum (0.2.1.0-2) unstable; urgency=medium
+
+ * Don't build test executables with RTS -N; most of Debian's
+ architectures lack SMP support.
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 18 Dec 2018 20:53:02 +0200
+
haskell-from-sum (0.2.1.0-1) unstable; urgency=low
* Initial release.
=====================================
p/haskell-from-sum/debian/patches/rtsopts_remove_N
=====================================
@@ -0,0 +1,13 @@
+Index: b/from-sum.cabal
+===================================================================
+--- a/from-sum.cabal
++++ b/from-sum.cabal
+@@ -29,7 +29,7 @@ test-suite from-sum-doctest
+ , doctest
+ , Glob
+ default-language: Haskell2010
+- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
++ ghc-options: -Wall -threaded
+
+ source-repository head
+ type: git
=====================================
p/haskell-from-sum/debian/patches/series
=====================================
@@ -0,0 +1 @@
+rtsopts_remove_N
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/48c46460fa0d356f7945e1a7490b1cda23a64415
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/48c46460fa0d356f7945e1a7490b1cda23a64415
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/20181218/60f399c6/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list