- ghc (8.8.3-3+rpi1) bullseye-staging; urgency=medium
++ghc (8.8.4-1+rpi1) bullseye-staging; urgency=medium
+
+ [changes brought forward from 7.6.3-21+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 19 Apr 2015 14:00:16 +0000]
+ * Change compiler defaults for armv6
+ [changed introduced in 7.10.3-2+rpi1 by Peter Michael Green]
+ * Add call to dh_autoreconf_clean
+
- -- Raspbian forward porter <root@raspbian.org> Wed, 12 Aug 2020 23:11:38 +0000
++ -- Raspbian forward porter <root@raspbian.org> Sat, 17 Oct 2020 14:42:05 +0000
++
+ ghc (8.8.4-1) unstable; urgency=medium
+
+ * New upstream release
+ * Fix gen_contents_index to use ghc-pkg to parse the package database
+ (Closes: #966069)
+ * Use locally-installed MathJax.js when generating library docs
+ (Closes: #890627)
+ * Patch Haddock to remove hard-coded googleapis font URL (Closes: #963690)
+ * Backport upstream patch to fix FFI on unregisterised big endian machines
+
+ -- Ilias Tsitsimpis <iliastsi@debian.org> Tue, 11 Aug 2020 17:12:43 +0300
ghc (8.8.3-3) unstable; urgency=medium
Upstream-Bug: https://ghc.haskell.org/trac/ghc/ticket/5914
Launchpad-Bug: https://ghc.haskell.org/trac/ghc/ticket/5914
- Index: ghc-8.8.1+dfsg1/aclocal.m4
+ Index: b/aclocal.m4
===================================================================
- --- ghc-8.8.1+dfsg1.orig/aclocal.m4
- +++ ghc-8.8.1+dfsg1/aclocal.m4
- @@ -454,7 +454,7 @@
+ --- a/aclocal.m4
+ +++ b/aclocal.m4
+ @@ -454,7 +454,7 @@ AC_DEFUN([GET_ARM_ISA],
)],
[changequote(, )dnl
- ARM_ISA=ARMv7
+- ARM_ISA=ARMv7
++ ARM_ISA=ARMv6
- ARM_ISA_EXT="[VFPv3,NEON]"
-+ ARM_ISA_EXT="[VFPv3D16,NEON]"
++ ARM_ISA_EXT="[VFPv2]"
changequote([, ])dnl
])
])