Commit 48c46460 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

from-sum: Remove RTS -N

parent d1386380
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-from-sum (0.2.1.0-2) unstable; urgency=medium

  * Don't build test executables with RTS -N; most of Debian's
    architectures lack SMP support.

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Tue, 18 Dec 2018 20:53:02 +0200

haskell-from-sum (0.2.1.0-1) unstable; urgency=low

  * Initial release.
+13 −0
Original line number Diff line number Diff line
Index: b/from-sum.cabal
===================================================================
--- a/from-sum.cabal
+++ b/from-sum.cabal
@@ -29,7 +29,7 @@ test-suite from-sum-doctest
                      , doctest
                      , Glob
   default-language:    Haskell2010
-  ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N
+  ghc-options:         -Wall -threaded
 
 source-repository head
   type:     git
+1 −0
Original line number Diff line number Diff line
rtsopts_remove_N