[Git][haskell-team/DHG_packages][master] lambdahack: reduce maximum stack size

Clint Adams gitlab at salsa.debian.org
Fri Apr 27 13:53:48 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c218bc18 by Clint Adams at 2018-04-27T08:53:09-04:00
lambdahack: reduce maximum stack size

- - - - -


3 changed files:

- p/haskell-lambdahack/debian/changelog
- + p/haskell-lambdahack/debian/patches/series
- + p/haskell-lambdahack/debian/patches/smaller-stack


Changes:

=====================================
p/haskell-lambdahack/debian/changelog
=====================================
--- a/p/haskell-lambdahack/debian/changelog
+++ b/p/haskell-lambdahack/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lambdahack (0.7.1.0-5) unstable; urgency=medium
+
+  * Reduce maximum stack size.
+
+ -- Clint Adams <clint at debian.org>  Fri, 27 Apr 2018 08:52:14 -0400
+
 haskell-lambdahack (0.7.1.0-4) unstable; urgency=medium
 
   * Install the right files.


=====================================
p/haskell-lambdahack/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-lambdahack/debian/patches/series
@@ -0,0 +1 @@
+smaller-stack


=====================================
p/haskell-lambdahack/debian/patches/smaller-stack
=====================================
--- /dev/null
+++ b/p/haskell-lambdahack/debian/patches/smaller-stack
@@ -0,0 +1,20 @@
+--- a/LambdaHack.cabal
++++ b/LambdaHack.cabal
+@@ -391,8 +391,7 @@
+   } else {
+     build-depends:    zlib >= 0.5.3.1
+ -- The -A options makes it slightly faster, especially with short sessions:
+-    ghc-options:      "-with-rtsopts=-A99m -K1000K"
+--- TODO: get back to -K1K when I can use pretty-1.1.3.4 (TH depends on an old one), that is, when I can drop GHC 8.0.2 and older
++    ghc-options:      "-with-rtsopts=-A99m -K1K"
+   }
+ 
+ test-suite test
+@@ -460,6 +459,5 @@
+     ghc-options:      "-with-rtsopts=-A99m"
+   } else {
+     build-depends:    zlib >= 0.5.3.1
+-    ghc-options:      "-with-rtsopts=-A99m -K1000K"
+--- TODO: get back to -K1K when I can use pretty-1.1.3.4 (TH depends on an old one), that is, when I can drop GHC 8.0.2 and older
++    ghc-options:      "-with-rtsopts=-A99m -K1K"
+   }



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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c218bc18a4c7bcfdee91a867f856b2214ce37cfa
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/20180427/a3ad3b32/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list