[Git][haskell-team/DHG_packages][master] bz2: drop -N from testsuite
Clint Adams
gitlab at salsa.debian.org
Sun Jun 28 23:58:32 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
466d3fe9 by Clint Adams at 2020-06-28T18:57:57-04:00
bz2: drop -N from testsuite
- - - - -
3 changed files:
- p/haskell-bz2/debian/changelog
- + p/haskell-bz2/debian/patches/no--N
- p/haskell-bz2/debian/patches/series
Changes:
=====================================
p/haskell-bz2/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-bz2 (1.0.0.1-2) unstable; urgency=medium
+
+ * Don't compile the testsuite multithreaded.
+
+ -- Clint Adams <clint at debian.org> Sun, 28 Jun 2020 18:57:29 -0400
+
haskell-bz2 (1.0.0.1-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-bz2/debian/patches/no--N
=====================================
@@ -0,0 +1,20 @@
+--- a/bz2.cabal
++++ b/bz2.cabal
+@@ -73,7 +73,7 @@
+ main-is: Spec.hs
+ hs-source-dirs: test
+ default-language: Haskell2010
+- ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
++ ghc-options: -threaded -Wall
+ build-depends:
+ base -any,
+ bz2 -any,
+@@ -101,7 +101,7 @@
+ main-is: Bench.hs
+ hs-source-dirs: bench
+ default-language: Haskell2010
+- ghc-options: -threaded -rtsopts -with-rtsopts=-N -O3 -Wall
++ ghc-options: -threaded -O3 -Wall
+ build-depends:
+ base -any,
+ bz2 -any,
=====================================
p/haskell-bz2/debian/patches/series
=====================================
@@ -1,2 +1,3 @@
setup-hs
system-bz2
+no--N
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/466d3fe99b25b57a66157caa9934b59e7ab9664d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/466d3fe99b25b57a66157caa9934b59e7ab9664d
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/20200628/2155efa6/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list