[commit: haddock] ghc-head, ghc-head1, ie_avails, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Adapt to #14060 (c8a01b8)

git at git.haskell.org git at git.haskell.org
Mon Nov 20 21:09:52 UTC 2017


Repository : ssh://git@git.haskell.org/haddock

On branches: ghc-head,ghc-head1,ie_avails,wip/revert-ttg-2017-11-20,wip/ttg-2017-10-13,wip/ttg-2017-10-31,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13
Link       : http://git.haskell.org/haddock.git/commitdiff/c8a01b83be52e45d3890db173ffe7b09ccd4f351

>---------------------------------------------------------------

commit c8a01b83be52e45d3890db173ffe7b09ccd4f351
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Wed Aug 2 02:33:50 2017 -0400

    Adapt to #14060


>---------------------------------------------------------------

c8a01b83be52e45d3890db173ffe7b09ccd4f351
 haddock-api/src/Haddock/Convert.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haddock-api/src/Haddock/Convert.hs b/haddock-api/src/Haddock/Convert.hs
index 19ed74e..2b25174 100644
--- a/haddock-api/src/Haddock/Convert.hs
+++ b/haddock-api/src/Haddock/Convert.hs
@@ -191,7 +191,7 @@ synifyTyCon _coax tc
                        synifyFamilyResultSig resultVar (tyConResKind tc)
                  , fdInjectivityAnn =
                        synifyInjectivityAnn  resultVar (tyConTyVars tc)
-                                       (familyTyConInjectivityInfo tc)
+                                       (tyConInjectivityInfo tc)
                  }
 
 synifyTyCon coax tc



More information about the ghc-commits mailing list