Skip to content

Bump haddock submodule

Joachim Breitner requested to merge wip/joachim/bump-haddock into master

this bumps the Haddock submodule to latest ghc-head to include these changes:

$ git log d1b7f181b60ba3ac191183f1512e66793d28ac08..HEAD
commit a82ad674def0e62218076d91ea24ad978ccfed9f (HEAD, origin/ghc-head)
Merge: 43dd878d 606e3f22
Author: Hécate Moonlight <Kleidukos@users.noreply.github.com>
Date:   Mon Feb 22 10:56:51 2021 +0100

    Merge pull request #1342 from nomeata/joachim/haskell2010-in-tests-ghc-head

    html-test: Always set language

commit 606e3f220d20688c7baff94bef525a13434dc56b (origin/wip/joachim/haskell2010-in-tests-ghc-head)
Author: Joachim Breitner <mail@joachim-breitner.de>
Date:   Mon Feb 22 10:31:56 2021 +0100

    html-test: Always set language

    from ghc-9.2 on, the “default” langauge of GHC is expected to change
    more wildly. To prepare for that (and unblock
    https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4853), this sets the
    language for all the test files to `Haskell2010`. This should insolate
    this test suite against changes to the default.

    Cherry-picked from https://github.com/haskell/haddock/pull/1341

commit 43dd878df19f2523311365fb07742a434291b590 (origin/wip/add-targetUnitId-to-target)
Merge: c82317ea ac5ec36f
Author: Hécate Moonlight <Kleidukos@users.noreply.github.com>
Date:   Sun Feb 21 00:22:01 2021 +0100

    Merge pull request #1311 from fendor/wip/add-targetUnitId-to-target

    Add UnitId to Target record

commit c82317eabed433e0734916f338e19ae71d362fa1
Merge: 59957c28 23fa3045
Author: Hécate Moonlight <Kleidukos@users.noreply.github.com>
Date:   Sun Feb 14 17:19:27 2021 +0100

    Merge pull request #1331 from phadej/more-explicit-data-list-imports

    Add import list to Data.List in Haddock.Interface.Create

commit 23fa3045f14ce0b8e107178e9b7859a66db65910
Author: Oleg Grenrus <oleg.grenrus@iki.fi>
Date:   Sun Feb 14 15:28:15 2021 +0200

    Add import list to Data.List in Haddock.Interface.Create

commit 59957c2885732bb86e737ac9679a05c62189e022
Merge: d1b7f181 7e8c7c34
Author: Hécate Moonlight <Kleidukos@users.noreply.github.com>
Date:   Thu Feb 11 11:00:31 2021 +0100

    Merge pull request #1329 from hsyl20/hsyl20/stabe_iface

    Stable sort for instances

commit 7e8c7c3491f3e769368b8e6c767c62a33e996c80 (origin/hsyl20/stabe_iface)
Author: alexbiehl <alexbiehl@gmail.com>
Date:   Tue Feb 9 12:56:15 2021 +0100

    Also make TyLit deterministic

commit cf7d06b8ac0f47d6ff1c2d3decdb6a50a0fd7502
Author: alexbiehl <alexbiehl@gmail.com>
Date:   Tue Feb 9 12:42:30 2021 +0100

    Stable sort for (data/newtype) instances

commit ac5ec36f9eb9b697be6f4ceb63041a0abdcfd6d0
Author: Fendor <power.walross@gmail.com>
Date:   Wed Feb 3 19:10:20 2021 +0100

    Add UnitId to Target record

Merge request reports