This project is mirrored from https://github.com/haskell/haddock.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Feb 25, 2021
-
-
Hécate Moonlight authored
Select Cabal 3.4.0.0 instead of 3.4 in CI
-
Hécate Moonlight authored
-
- Feb 22, 2021
-
-
Hécate Moonlight authored
Explicit import lists for Haddock.Interface and Haddock.Interface.Create
-
Hécate Moonlight authored
-
Hécate Moonlight authored
Clean-up of Interface and Interface.Create's imports part 2
-
Hécate Moonlight authored
-
Hécate Moonlight authored
Clean-up of Interface and Interface.Create's imports and pragmata
-
Hécate Moonlight authored
-
Hécate Moonlight authored
html-test: Always set language
-
Joachim Breitner authored
from ghc-9.2 on, the “default” langauge of GHC is expected to change more wildly. To prepare for that (and unblock ghc!4853), this sets the language for all the test files to `Haskell2010`. This should insolate this test suite against changes to the default.
-
- Feb 18, 2021
-
-
Hécate Moonlight authored
Change the CI badge to GH Actions
-
Hécate Moonlight authored
closes #1300
-
Hécate Moonlight authored
Fix 1261: replace dead links in docs
-
- Feb 17, 2021
-
-
Emily Martins authored
-
- Feb 14, 2021
-
-
Hécate Moonlight authored
Make haddock more robust to changes to the `Language` data type
-
Joachim Breitner authored
With the introduction of GHC2021, the `Languages` data type in GHC will grow. In preparation of that (and to avoid changing haddock with each new language), this change makes the code handle extensions to that data type gracefully. (cherry picked from commit c341dd7c)
-
Hécate Moonlight authored
Add -Wcompat-unqualified-imports flag
-
Oleg Grenrus authored
-
- Feb 13, 2021
-
-
Hécate Moonlight authored
Clarify build instructions are for ghc-9.0 branch
-
Tom Ellis authored
-
- Feb 09, 2021
-
-
- Feb 07, 2021
-
-
Hécate Moonlight authored
Fix #1206 by passing instance name as anchor (ghc-9.0)
-
Gil Mizrahi authored
(cherry picked from commit 88106cbe72b6a444a9b335ee53089d8eac503bd7)
-
Hécate Moonlight authored
Backport "Plugin Haddock" to GHC-9.0 branch
-
-
I found that when running as a plugin the lookupName function (which runs in Ghc monad) does not work correctly from the typeCheckResultAction hook. Instead, we abstracted the monad used when creating interfaces, so that access to GHC session specific parts is explicit and so that the TcM can provide their (correct) implementation of lookupName.
-
It translates to `--ghcopt=-j[n]`
-
-
-
alexbiehl-gc authored
simplify calculating percentages fixing #1194 (#1236)
-
-
Hécate Moonlight authored
Fix search div not scrolling
-
Hécate Moonlight authored
Remove dubious parseModLink
-
Alex Biehl authored
Instead construct the ModLink value directly when parsing.
-
Hécate Moonlight authored
Backport #1238 (linear types) to ghc-9.0
-
Hécate Moonlight authored
Backward compat: Add support for labeled module references
-
Iñaki García Etxebarria authored
Support a markdown-style way of annotating module references. For instance -- | [label]("Module.Name#anchor") will create a link that points to the same place as the module reference "Module.Name#anchor" but the text displayed on the link will be "label".
-
- Feb 06, 2021
-
-
MorrowM authored
-
- Feb 05, 2021
-
-
Krzysztof Gogolewski authored
Previously we were ignoring multiplicity and displayed a %1 -> b as a -> b. (cherry picked from commit b4b4d896)
-