Loading p/haskell-lambdahack/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-lambdahack (0.7.1.0-5) unstable; urgency=medium * Reduce maximum stack size. -- Clint Adams <clint@debian.org> Fri, 27 Apr 2018 08:52:14 -0400 haskell-lambdahack (0.7.1.0-4) unstable; urgency=medium * Install the right files. Loading p/haskell-lambdahack/debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line smaller-stack p/haskell-lambdahack/debian/patches/smaller-stack 0 → 100644 +20 −0 Original line number Diff line number Diff line --- 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" } Loading
p/haskell-lambdahack/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-lambdahack (0.7.1.0-5) unstable; urgency=medium * Reduce maximum stack size. -- Clint Adams <clint@debian.org> Fri, 27 Apr 2018 08:52:14 -0400 haskell-lambdahack (0.7.1.0-4) unstable; urgency=medium * Install the right files. Loading
p/haskell-lambdahack/debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line smaller-stack
p/haskell-lambdahack/debian/patches/smaller-stack 0 → 100644 +20 −0 Original line number Diff line number Diff line --- 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" }