[Git][haskell-team/DHG_packages][master] haskell-prettyprinter-convert-ansi-wl-pprint: fix RTS related build failure on…

Gianfranco Costamagna gitlab at salsa.debian.org
Tue Oct 23 22:24:09 BST 2018


Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
77404b80 by Gianfranco Costamagna at 2018-10-23T21:23:45Z
haskell-prettyprinter-convert-ansi-wl-pprint: fix RTS related build failure on mips* and other non-SMP architectures

- - - - -


3 changed files:

- p/haskell-prettyprinter-convert-ansi-wl-pprint/debian/changelog
- + p/haskell-prettyprinter-convert-ansi-wl-pprint/debian/patches/no-N.patch
- + p/haskell-prettyprinter-convert-ansi-wl-pprint/debian/patches/series


Changes:

=====================================
p/haskell-prettyprinter-convert-ansi-wl-pprint/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+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 at 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)


=====================================
p/haskell-prettyprinter-convert-ansi-wl-pprint/debian/patches/no-N.patch
=====================================
@@ -0,0 +1,11 @@
+--- 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


=====================================
p/haskell-prettyprinter-convert-ansi-wl-pprint/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-N.patch



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/77404b80acee2ecab0f5ab5ca458c59d9e01ba02
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/20181023/8618f243/attachment.html>


More information about the Pkg-haskell-commits mailing list