[Git][haskell-team/DHG_packages][master] text-conversions: stop building test executables with RTS -N
Sean Whitton
gitlab at salsa.debian.org
Fri Jan 17 15:24:40 GMT 2020
Sean Whitton pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
4761b100 by Sean Whitton at 2020-01-17T08:22:31-07:00
text-conversions: stop building test executables with RTS -N
- - - - -
3 changed files:
- p/haskell-text-conversions/debian/changelog
- + p/haskell-text-conversions/debian/patches/drop-rtsopts--N.patch
- p/haskell-text-conversions/debian/patches/series
Changes:
=====================================
p/haskell-text-conversions/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-text-conversions (0.3.0-2) unstable; urgency=medium
+
+ * Patch to stop building test executables with RTS -N.
+ Most Debian architectures do not support it.
+
+ -- Sean Whitton <spwhitton at spwhitton.name> Fri, 17 Jan 2020 08:22:23 -0700
+
haskell-text-conversions (0.3.0-1) unstable; urgency=medium
* Initial release.
=====================================
p/haskell-text-conversions/debian/patches/drop-rtsopts--N.patch
=====================================
@@ -0,0 +1,11 @@
+--- a/text-conversions.cabal
++++ b/text-conversions.cabal
+@@ -49,7 +49,7 @@ test-suite text-conversions-test-suite
+ hs-source-dirs:
+ test
+ default-extensions: FlexibleInstances MultiParamTypeClasses OverloadedStrings
+- ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
++ ghc-options: -Wall -rtsopts -threaded
+ build-depends:
+ base
+ , text-conversions
=====================================
p/haskell-text-conversions/debian/patches/series
=====================================
@@ -1 +1,2 @@
dont-check-hspec-discover.patch
+drop-rtsopts--N.patch
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4761b100bf9f857fbcc37af3ada20c73a46c1b8d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4761b100bf9f857fbcc37af3ada20c73a46c1b8d
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/20200117/d4352046/attachment.html>
More information about the Pkg-haskell-commits
mailing list