Commit 7bc1addc authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

ghc: upload version 8.6.4 to experimental, following new lts 13.15

parent c434808b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
ghc (8.6.4+dfsg1-1) experimental; urgency=medium

  * New upstream release
  * Patch refresh

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 01 Apr 2019 10:20:17 +0200

ghc (8.6.3+dfsg1-1) experimental; urgency=medium

  * New upstream release
+5 −5
Original line number Diff line number Diff line
Forwarded to https://ghc.haskell.org/trac/ghc/ticket/10424

Index: b/compiler/iface/MkIface.hs
Index: ghc-8.6.4/compiler/iface/MkIface.hs
===================================================================
--- a/compiler/iface/MkIface.hs
+++ b/compiler/iface/MkIface.hs
@@ -702,7 +702,7 @@ addFingerprints hsc_env mb_old_fingerpri
--- ghc-8.6.4.orig/compiler/iface/MkIface.hs
+++ ghc-8.6.4/compiler/iface/MkIface.hs
@@ -712,7 +712,7 @@
    iface_hash <- computeFingerprint putNameLiterally
                       (mod_hash,
                        ann_fn (mkVarOcc "module"),  -- See mkIfaceAnnCache
@@ -13,7 +13,7 @@ Index: b/compiler/iface/MkIface.hs
                        sorted_deps,
                        mi_hpc iface0)
 
@@ -737,6 +737,9 @@ addFingerprints hsc_env mb_old_fingerpri
@@ -747,6 +747,9 @@
     (non_orph_fis,   orph_fis)   = mkOrphMap ifFamInstOrph (mi_fam_insts iface0)
     fix_fn = mi_fix_fn iface0
     ann_fn = mkIfaceAnnCache (mi_anns iface0)