[Pkg-haskell-commits] darcs: ghc: Backport from 7.8: Do not panic when annotations are encountered on non-TH architectures. Less work this way than patching all the library code. (Closes: 752460). Thanks to Dejan Latinovic to provide the patch.
Joachim Breitner
mail at joachim-breitner.de
Tue Jul 1 10:50:50 UTC 2014
Tue Jul 1 07:17:58 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Backport from 7.8: Do not panic when annotations are encountered on non-TH architectures. Less work this way than patching all the library code. (Closes: 752460). Thanks to Dejan Latinovic to provide the patch.
M ./changelog +8
M ./patches/series +1
Tue Jul 1 07:17:58 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Backport from 7.8: Do not panic when annotations are encountered on non-TH architectures. Less work this way than patching all the library code. (Closes: 752460). Thanks to Dejan Latinovic to provide the patch.
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog 2014-07-01 10:50:50.150308945 +0000
+++ new-ghc/changelog 2014-07-01 10:50:50.182308906 +0000
@@ -1,3 +1,11 @@
+ghc (7.6.3-14) UNRELEASED; urgency=medium
+
+ * Backport from 7.8: Do not panic when annotations are encountered on non-TH
+ architectures. Less work this way than patching all the library code.
+ (Closes: 752460). Thanks to Dejan Latinovic to provide the patch.
+
+ -- Joachim Breitner <nomeata at debian.org> Tue, 01 Jul 2014 09:16:23 +0200
+
ghc (7.6.3-13) unstable; urgency=medium
* Actually use the conflicting-devs variable in debian/control. No idea what
diff -rN -u old-ghc/patches/series new-ghc/patches/series
--- old-ghc/patches/series 2014-07-01 10:50:50.150308945 +0000
+++ new-ghc/patches/series 2014-07-01 10:50:50.174308911 +0000
@@ -1,3 +1,4 @@
+ghc-ignore-ANN-annotation.patch
cabal-bug-1087.patch
system-libffi
haddock-hardcode-ghc-paths
More information about the Pkg-haskell-commits
mailing list