aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adding patch for hadrian haddock invocation for ghc build.ghc-gitlab-ghc-headYuchen Pei2022-07-221-0/+24
|
* typoYuchen Pei2022-07-211-1/+1
|
* include hadrian build instructions in readmeYuchen Pei2022-07-211-12/+69
| | | | Also moved readme out to root dir for better forge rendering.
* fixing org backend for ghc-head (9.5)Yuchen Pei2022-07-212-23/+25
|
* Adding acknowledgement to org-parser.Yuchen Pei2022-07-211-0/+4
|
* wordingYuchen Pei2022-07-211-4/+4
|
* typoYuchen Pei2022-07-211-1/+1
|
* updating readmeYuchen Pei2022-07-211-12/+16
|
* Removing the symlink to README.orgYuchen Pei2022-07-211-1/+0
|
* Updating README and adding a symlink to itYuchen Pei2022-07-212-1/+8
|
* updated README with real linksYuchen Pei2022-07-212-9/+10
|
* Preparing for publication.Yuchen Pei2022-07-2110-24/+858
| | | | | | - license - cabal - readme
* a hole in fieldoccYuchen Pei2022-07-211-0/+1
|
* removing hackage url for idsYuchen Pei2022-07-211-19/+7
|
* Adding hackage url to top level decl propertiesYuchen Pei2022-07-212-20/+38
|
* Adding org backend.Yuchen Pei2022-07-215-209/+1584
|
* TTG: AST Updates for !8308romes2022-07-068-21/+38
|
* Update for IE changes in !8228romes2022-06-021-2/+2
|
* TTG: Match new GHC ASTromes2022-05-3114-80/+457
|
* Updated HaddockHypsrcTest output for record update changes (MR !7981)sheaf2022-05-251-84/+26
|
* update for changes in GHC APINorman Ramsey2022-05-041-1/+1
|
* Allow base-4.17Ben Gamari2022-05-021-1/+1
|
* Merge commit '2627a86c' into ghc-headBen Gamari2022-04-280-0/+0
|\
| * Revert "Bump ghc-head (#1445)"Ben Gamari2022-04-284-26/+24
| | | | | | | | | | | | This reverts commit b29a78ef6926101338f62e84f456dac8659dc9d2. This should not have been merged.
| * Bump ghc-head (#1445)Sylvain Henry2021-12-164-24/+26
| | | | | | | | | | | | | | | | | | | | * Update after NoExtCon -> DataConCantHappen rename * Update html-test for Data.List revert * Fix for new Plugins datatype Co-authored-by: Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> Co-authored-by: Matthew Pickering <matthewtpickering@gmail.com>
* | Bump ghc version to 9.5Ben Gamari2022-04-252-3/+3
| |
* | Merge remote-tracking branch 'upstream/ghc-9.2' into ghc-headBen Gamari2022-04-2511-106/+102
|\ \
| * | Add multi-line style hint to style section (#1460)malteneuss2022-03-071-16/+22
| | |
| * | Allow text-2.0 in haddock-library (#1459)ˌbodʲɪˈɡrʲim2022-03-041-1/+1
| | |
| * | Fix haddock user guide (#1456)Hécate Moonlight2022-02-251-62/+23
| | |
| * | IDoc link has bitrotted; replaced with web.archive.org cache. (#1454)Meng Weng Wong2022-02-251-4/+4
| | |
| * | Fix solver for GHC 9.2Hécate Moonlight2022-02-251-2/+2
| | |
| * | update URLsaskeblad2022-01-041-3/+3
| | |
| * | Remove ghc-head workflow (#1446)Hécate Moonlight2021-12-171-8/+3
| | | | | | | | | Contributions of GHC glue code are now done on the GHC gitlab, not in the GitHub repo anymore.
| * | Add hint about inline link issue (#1444)malteneuss2021-12-151-0/+11
| | |
| * | fix CI for 9.2 (#1436)Artem Pelenitsyn2021-11-275-15/+14
| | |
| * | haddock-library does not depend on bytestring or transformers (#1426)Bodigrim2021-10-121-2/+0
| | |
| * | Update GHC 9.2 to latest pre-release in CIHécate Moonlight2021-10-071-1/+1
| | |
| * | coot/multiple packages (ghc-9.2) (#1418)Marcin Szamotulski2021-08-0814-118/+7009
| | |
| * | Merge commit '2a966c8ca37' into HEADBen Gamari2021-08-061-2/+2
| |\ \
| | * | EPA: match changes from GHC T19834Alan Zimmerman2021-07-281-2/+2
| | | | | | | | | | | | | | | | (cherry picked from commit 2fec1b44e0ee7e263286709aa528b4ecb99ac6c2)
| * | | Update the CI badgesHécate Moonlight2021-06-111-2/+2
| | | |
| * | | Update CONTRIBUTING.md (#1402)Ben Simms2021-06-021-8/+8
| | | |
| * | | Merge pull request #1379 from coot/coot/document-multi-component-supportHécate Moonlight2021-06-023-0/+50
| |\ \ \ | | | | | | | | | | Document multi component support
| | * | | Document multi component supportMarcin Szamotulski2021-06-022-0/+49
| | | | |
| | * | | Added myself to contributorsMarcin Szamotulski2021-06-021-0/+1
| |/ / /
| * | | Add page about common errors (#1396)CGenie2021-05-313-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | | Use GHC 9.2 in CI runner (#1378)Hécate Moonlight2021-05-287-24/+203
| | | |
| * | | Allow hspec 2.8 (#1389)Felix Yan2021-05-141-2/+2
| | | | | | | | | | | | All tests are passing.
| * | | fixup! Use GHC 9.2 in CI runnerHécate Moonlight2021-05-131-1/+1
| |/ /