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 .
- Aug 06, 2021
-
-
Ben Gamari authored
-
- Jul 28, 2021
-
-
Alan Zimmerman authored
(cherry picked from commit 2fec1b44)
-
- Jun 11, 2021
-
-
Hécate Moonlight authored
-
- Jun 02, 2021
-
-
Ben Simms authored
-
Hécate Moonlight authored
Document multi component support
-
Marcin Szamotulski authored
-
Marcin Szamotulski authored
-
- May 31, 2021
-
-
CGenie authored
* Update index.rst Common errors page * Create common-errors.rst * Update common-errors.rst * Use GHC 9.2 in CI runner (#1378) * [haddock-api] remove .hspec-failures Co-authored-by:
Hécate Moonlight <Kleidukos@users.noreply.github.com>
-
- May 28, 2021
-
-
Hécate Moonlight authored
-
- May 14, 2021
-
-
Felix Yan authored
All tests are passing.
-
- May 13, 2021
-
-
Hécate Moonlight authored
-
- Apr 19, 2021
-
-
(cherry picked from commit cafb4811)
-
- Mar 29, 2021
-
-
- Mar 22, 2021
-
-
Ben Gamari authored
-
- Mar 15, 2021
-
-
Alan Zimmerman authored
It is not clear to me whether the original was printing incorrectly (since we did not have the TopLevel flag before now), or if this behaviour is expected. For the time being I am assuming the former.
-
Alan Zimmerman authored
As landed via ghc/ghc!2418
-
- Mar 10, 2021
-
-
This catches up to GHC using the new extractTHDocs function, which returns documentation added via the putDoc function (provided it was compiled with Opt_Haddock). Since it's already a map from names -> docs, there's no need to do traversal etc. It also matches the change from the argument map being made an IntMap rather than a Map Int
-
Ben Gamari authored
-
- Mar 07, 2021
-
-
-
Ben Gamari authored
-
- Mar 06, 2021
-
-
Shayne Fletcher authored
-
- Feb 24, 2021
-
-
Hécate Moonlight authored
Fix haddockHypsrcTest output in ghc-head
-
Sylvain Henry authored
-
- Feb 23, 2021
-
-
Hécate Moonlight authored
Fix the call-site of guessTarget in Interface.hs
-
Hécate Moonlight authored
Explicit the imports from GHC.HsToCore.Docs
-
- Feb 22, 2021
-
-
Alan Zimmerman authored
This prevents noLoc's appearing in the ParsedSource. Match the change in GHC.
-
Hécate Moonlight authored
Explicit imports for Haddock.Interface and Haddock.Interface.Create
-
Hécate Moonlight authored
-
Hécate Moonlight authored
[ghc-head] 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. Cherry-picked from https://github.com/haskell/haddock/pull/1341
-
- Feb 20, 2021
-
-
Hécate Moonlight authored
Add UnitId to Target record
-
- Feb 14, 2021
-
-
Hécate Moonlight authored
Add import list to Data.List in Haddock.Interface.Create
-
Oleg Grenrus authored
-
- Feb 11, 2021
-
-
Hécate Moonlight authored
Stable sort for instances
-
-
-
- Feb 09, 2021
-
-
Hannes Siebenhandl authored
-
Hécate Moonlight authored
Fix to build with HEAD
-