[Git][haskell-team/DHG_packages][master] commonmark: Increase stack space for tests

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Nov 19 13:04:40 GMT 2023



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
f5cefdc5 by Ilias Tsitsimpis at 2023-11-19T14:56:50+02:00
commonmark: Increase stack space for tests

- - - - -


3 changed files:

- p/haskell-commonmark/debian/changelog
- + p/haskell-commonmark/debian/patches/fix-stack-space-overflow
- + p/haskell-commonmark/debian/patches/series


Changes:

=====================================
p/haskell-commonmark/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-commonmark (0.2.3-2) unstable; urgency=medium
+
+  * Increase stack space for tests
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 19 Nov 2023 14:56:47 +0200
+
 haskell-commonmark (0.2.3-1) unstable; urgency=medium
 
   [ Jelmer Vernooij ]


=====================================
p/haskell-commonmark/debian/patches/fix-stack-space-overflow
=====================================
@@ -0,0 +1,17 @@
+Description: Increase stack space for tests
+Author: Ilias Tsitsimpis <iliastsi at debian.org>
+Bug: https://github.com/jgm/commonmark-hs/issues/129
+
+Index: b/commonmark.cabal
+===================================================================
+--- a/commonmark.cabal
++++ b/commonmark.cabal
+@@ -89,7 +89,7 @@ test-suite test-commonmark
+   main-is: test-commonmark.hs
+   hs-source-dirs:
+       test
+-  ghc-options: -threaded -rtsopts -with-rtsopts=-K40K
++  ghc-options: -threaded -rtsopts -with-rtsopts=-K40K -with-rtsopts=-kc40K
+   if impl(ghc >= 8.10)
+     ghc-options:      -Wunused-packages
+   build-depends:


=====================================
p/haskell-commonmark/debian/patches/series
=====================================
@@ -0,0 +1 @@
+fix-stack-space-overflow



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f5cefdc599b2e8bea509ac66ee2a02c9527da450

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f5cefdc599b2e8bea509ac66ee2a02c9527da450
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/20231119/ca0cfc34/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list