Commit 8f51a13a authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-tldr: do not use -N everywhere

parent 1abc25aa
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-tldr (0.2.3-3) unstable; urgency=medium

  * Don't build test executables with RTS -N; most of
    Debian's architectures lack SMP support (Closes: #887316).

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 26 Jan 2018 19:25:17 +0100

haskell-tldr (0.2.3-2) unstable; urgency=medium

  * Manage /usr/bin/tldr and /usr/share/man/man1/tldr.1 with
+20 −0
Original line number Diff line number Diff line
--- haskell-tldr-0.2.3.orig/tldr.cabal
+++ haskell-tldr-0.2.3/tldr.cabal
@@ -26,7 +26,7 @@ library
 executable tldr
   hs-source-dirs:      app
   main-is:             Main.hs
-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  ghc-options:         -threaded -rtsopts
   build-depends:       base
                      , tldr
                      , optparse-applicative
@@ -42,7 +42,7 @@ test-suite tldr-test
   main-is:             Spec.hs
   build-depends:       base
                      , tldr
-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  ghc-options:         -threaded -rtsopts
   default-language:    Haskell2010
 
 source-repository head
+1 −0
Original line number Diff line number Diff line
no-initialize-on-help-or-version.diff
no--N.diff