[Git][haskell-team/DHG_packages][master] vector-hashtables: Disable RTS -N in testsuite
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Mon Oct 30 14:06:00 GMT 2023
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
85e92871 by Ilias Tsitsimpis at 2023-10-30T16:01:06+02:00
vector-hashtables: Disable RTS -N in testsuite
- - - - -
3 changed files:
- p/haskell-vector-hashtables/debian/changelog
- + p/haskell-vector-hashtables/debian/patches/no-rts-N
- + p/haskell-vector-hashtables/debian/patches/series
Changes:
=====================================
p/haskell-vector-hashtables/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-vector-hashtables (0.1.1.3-3) unstable; urgency=medium
+
+ * Disable RTS -N in testsuite
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 30 Oct 2023 15:59:43 +0200
+
haskell-vector-hashtables (0.1.1.3-2) unstable; urgency=medium
* Gratuitous post-NEW source upload.
=====================================
p/haskell-vector-hashtables/debian/patches/no-rts-N
=====================================
@@ -0,0 +1,13 @@
+Index: b/vector-hashtables.cabal
+===================================================================
+--- a/vector-hashtables.cabal
++++ b/vector-hashtables.cabal
+@@ -60,7 +60,7 @@ test-suite vector-hashtables-test
+ type: exitcode-stdio-1.0
+ hs-source-dirs: test
+ main-is: Spec.hs
+- ghc-options: -threaded -rtsopts -with-rtsopts=-N
++ ghc-options: -threaded -rtsopts
+ default-language: Haskell2010
+ other-modules: Data.Vector.HashTablesSpec
+ build-depends: base
=====================================
p/haskell-vector-hashtables/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-rts-N
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/85e928718a0dc49d5b0c97bbc17dacab183567e8
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/85e928718a0dc49d5b0c97bbc17dacab183567e8
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/20231030/d0211f23/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list