Commit 77404b80 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-prettyprinter-convert-ansi-wl-pprint: fix RTS related build failure on...

haskell-prettyprinter-convert-ansi-wl-pprint: fix RTS related build failure on mips* and other non-SMP architectures
parent 5cbb6a9c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-prettyprinter-convert-ansi-wl-pprint (1.1-4) unstable; urgency=medium

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

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 23 Oct 2018 23:20:09 +0200

haskell-prettyprinter-convert-ansi-wl-pprint (1.1-3) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+11 −0
Original line number Diff line number Diff line
--- haskell-prettyprinter-convert-ansi-wl-pprint-1.1.orig/prettyprinter-convert-ansi-wl-pprint.cabal
+++ haskell-prettyprinter-convert-ansi-wl-pprint-1.1/prettyprinter-convert-ansi-wl-pprint.cabal
@@ -43,7 +43,7 @@ test-suite doctest
     build-depends:
           base    >= 4.7 && < 5
         , doctest >= 0.9
-    ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
+    ghc-options: -Wall -threaded -rtsopts
     default-language: Haskell2010
     if impl (ghc < 7.10)
         buildable: False
+1 −0
Original line number Diff line number Diff line
no-N.patch