[Git][haskell-team/DHG_packages][master] haskell-wl-pprint-annotated: patch to make it build on s390x (Closes: #901012)
Gianfranco Costamagna
gitlab at salsa.debian.org
Fri Jun 22 19:34:51 BST 2018
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
6b4e719a by Gianfranco Costamagna at 2018-06-22T20:14:38+02:00
haskell-wl-pprint-annotated: patch to make it build on s390x (Closes: #901012)
- - - - -
3 changed files:
- p/haskell-wl-pprint-annotated/debian/changelog
- + p/haskell-wl-pprint-annotated/debian/patches/rtsopts_remove_N.patch
- + p/haskell-wl-pprint-annotated/debian/patches/series
Changes:
=====================================
p/haskell-wl-pprint-annotated/debian/changelog
=====================================
--- a/p/haskell-wl-pprint-annotated/debian/changelog
+++ b/p/haskell-wl-pprint-annotated/debian/changelog
@@ -1,8 +1,13 @@
-haskell-wl-pprint-annotated (0.1.0.0-2) UNRELEASED; urgency=medium
+haskell-wl-pprint-annotated (0.1.0.0-2) unstable; urgency=medium
+ [ Clint Adams ]
* Set Rules-Requires-Root to no.
+
+ [ Mathieu Trudel-Lapierre ]
+ * Build without rtsopts=-N to unbreak s390x
+ (Closes: #901012)
- -- Clint Adams <clint at debian.org> Sun, 06 May 2018 22:10:55 -0400
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 22 Jun 2018 20:12:34 +0200
haskell-wl-pprint-annotated (0.1.0.0-1) unstable; urgency=low
=====================================
p/haskell-wl-pprint-annotated/debian/patches/rtsopts_remove_N.patch
=====================================
--- /dev/null
+++ b/p/haskell-wl-pprint-annotated/debian/patches/rtsopts_remove_N.patch
@@ -0,0 +1,17 @@
+---
+ wl-pprint-annotated.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: b/wl-pprint-annotated.cabal
+===================================================================
+--- a/wl-pprint-annotated.cabal
++++ b/wl-pprint-annotated.cabal
+@@ -46,7 +46,7 @@ test-suite wl-pprint
+ hs-source-dirs:
+ test
+ default-extensions: FlexibleInstances TypeSynonymInstances DeriveFunctor DeriveFoldable DeriveTraversable DeriveGeneric DefaultSignatures
+- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
++ ghc-options: -Wall -threaded
+ build-depends:
+ base >= 4.8 && < 5,
+ containers >= 0.4 && < 0.6,
=====================================
p/haskell-wl-pprint-annotated/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-wl-pprint-annotated/debian/patches/series
@@ -0,0 +1 @@
+rtsopts_remove_N.patch
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6b4e719aabb158bd67b2b4c019a97aec9a2d80cc
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6b4e719aabb158bd67b2b4c019a97aec9a2d80cc
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/20180622/b8825b64/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list