aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Remove overlapping pattern matchAustin Seipp2014-10-311-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| | * | reflect ForeignType constructore removalYuras Shumovich2014-10-311-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewers: austin Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D358
| | * | Collapse user-defined section by default (re #335)Herbert Valerio Riedel2014-10-311-2/+2
| | | |
| | * | Experimental support for collapsable headersMateusz Kowalczyk2014-10-294-29/+117
| | | | | | | | | | | | | | | | (cherry picked from commit e2ed3b9d8dfab09f1b1861dbc8e74f08e137ebcc)
| | * | Add .arclint file.Austin Seipp2014-10-201-0/+24
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
| | * | Add an .arcconfig file.Austin Seipp2014-10-201-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
| | * | Fix use-after-close lazy IO bugEdward Z. Yang2014-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make `getPrologue` force `parseParas dflags str` before returning. Without this, it will attempt to read from the file after it is closed, with unspecified and generally bad results. Signed-off-by: David Feuer <David.Feuer@gmail.com> Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
| | * | Revert "Fix import of 'empty' due to AMP."Herbert Valerio Riedel2014-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0cc5bc85e9fca92ab712b68a2ba2c0dd9d3d79f4 since it turns out we don't need to re-export `empty` from Control.Monad after all.
| | * | Revert "Revert "Followup changes to addition of -fwarn-context-quantification""Edward Z. Yang2014-09-183-2/+7
| | | | | | | | | | | | | | | | | | | | This reverts commit db14fd8ab4fab43694139bc203808b814eafb2dc. It's in HEAD now.
| | * | Revert "Followup changes to addition of -fwarn-context-quantification"Herbert Valerio Riedel2014-09-193-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4023817d7c0e46db012ba2eea28022626841ca9b temporarily as the respective feature hasn't landed in GHC HEAD yet, but this commit blocks later commits from being referenced in GHC HEAD.
| | * | Disambiguate string-literalsHerbert Valerio Riedel2014-09-191-4/+4
| | | | | | | | | | | | | | | | | | | | GHC fails type-inference with `OverloadedStrings` + `Data.Foldable.elem` otherwise.
| | * | Properly render package ID (not package key) in index, fixes #329.Edward Z. Yang2014-09-183-13/+18
| | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
| | * | Followup changes to addition of -fwarn-context-quantification (GHC Trac #4426)Krzysztof Gogolewski2014-09-143-2/+7
| | | |
| | * | Bump `base` constraint for AMPHerbert Valerio Riedel2014-09-091-2/+2
| | | |
| | * | Fix import of 'empty' due to AMP.Austin Seipp2014-09-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| | * | Follow changes to TypeAnnot in GHC HEADAlan Zimmerman2014-09-052-11/+26
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| | * | Import Data.Word w/o import-listHerbert Valerio Riedel2014-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to keep the compilation warning free (and thus pass GHC's ./validate) regardless of whether Word is re-exported from Prelude or not See https://ghc.haskell.org/trac/ghc/ticket/9531 for more details
| | * | Changes due to ghc api changes in package representationDuncan Coutts2014-08-273-27/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix a bug with finding the package name and version given a module. This had become wrong due to the package key changes (it was very hacky in the first place). We now look up the package key in the package db to get the package info properly.
* | | | Fix fallout from wildcards refactoringBen Gamari2015-12-164-9/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The wildcard refactoring was introduced a new type of signature, `ClassOpSig`, which is carried by typeclasses. The original patch adapting Haddock for this change missed a few places where this constructor needed to be handled, resulting in no class methods in documentation produced by Haddock. Additionally, this moves and renames the `isVanillaLSig` helper from GHC's HsBinds module into GhcUtils, since it is only used by Haddock.
* | | | Types: Add Outputable[Bndr] DocName instancesBen Gamari2015-12-161-0/+8
| | | |
* | | | Update for D1200Ben Gamari2015-12-164-4/+8
| | | |
* | | | WarningsMatthew Pickering2015-12-148-23/+9
| | | |
* | | | Changes to compile with 8.0Matthew Pickering2015-12-148-82/+82
| | | |
* | | | Update for type=kindsRichard Eisenberg2015-12-147-50/+62
| | | |
* | | | Placeholder for record style GADT declarationAlan Zimmerman2015-12-141-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A GADT Declaration is now presented as CmmCondBranch :: {..} -> CmmNode O C cml_pred :: CmmExpr cml_true, cml_false :: !Label cml_likely :: Maybe Bool for CmmCondBranch :: { -- conditional branch cml_pred :: CmmExpr, cml_true, cml_false :: ULabel, cml_likely :: Maybe Bool -- likely result of the conditional, -- if known } -> CmmNode O C
* | | | Matching changes for #11028Alan Zimmerman2015-12-148-121/+176
| | | |
* | | | Canonicalise Monad instancesHerbert Valerio Riedel2015-12-143-10/+10
| | | |
* | | | WibbleSimon Peyton Jones2015-12-141-1/+1
| | | |
* | | | Update to match GHC wip/T11019Alan Zimmerman2015-12-147-22/+23
| | | |
* | | | Undo msHsFilePath change.Edward Z. Yang2015-12-141-3/+1
| | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* | | | Eliminate support for deprecated GADT syntaxBen Gamari2015-12-141-4/+2
| | | | | | | | | | | | | | | | Follows from GHC D1460.
* | | | Change for IEThingWithMatthew Pickering2015-12-141-1/+1
| | | |
* | | | Matching change GHC #11017 BooleanFormula locatedAlan Zimmerman2015-12-144-9/+12
| | | |
* | | | Relax upper bound on `base` to allow base-4.9Herbert Valerio Riedel2015-12-143-3/+3
| | | |
* | | | Account for Typeable changesBen Gamari2015-12-141-37/+32
| | | | | | | | | | | | | | | | The treatment of type families changed.
* | | | Track change to PatSyn.patSynSigSimon Peyton Jones2015-12-141-1/+8
| | | |
* | | | More adaption to wildcard-refactorSimon Peyton Jones2015-12-143-81/+85
| | | |
* | | | Work on updating Haddock to wip/spj-wildard-recactorSimon Peyton Jones2015-12-143-99/+63
| | | | | | | | | | | | | | | | Still incomplete
* | | | Follow changes to HsTYpeSimon Peyton Jones2015-12-145-104/+105
| | | | | | | | | | | | | | | | Not yet complete (but on a wip/ branch)
* | | | Track wip/spj-wildcard-refactor on main repoSimon Peyton Jones2015-12-145-61/+80
| | | |
* | | | Roughly fix up haddock for DuplicateRecordFields changesAdam Gundry2015-12-149-26/+45
| | | | | | | | | | | | | | | | | | | | This compiles, but will probably need more work to produce good documentation when the DuplicateRecordFields extension is used.
* | | | s/PackageKey/UnitId/g and s/packageKey/unitId/gEdward Z. Yang2015-12-147-19/+22
| | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* | | | Create Process: removed PhaseFailedTamar Christina2015-12-141-5/+2
| | | |
* | | | Track msHsFilePath change.Edward Z. Yang2015-12-141-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* | | | React to refactoring CoAxiom branch lists.Richard Eisenberg2015-12-141-1/+1
| | | |
* | | | Follow changes from #6018Jan Stolarek2015-12-143-22/+96
| | | |
* | | | account for changes to ipClassEric Seidel2015-12-141-3/+2
| | | |
* | | | Follow changes in GHC build systemThomas Miedema2015-12-141-2/+2
| | | |
* | | | HsBang is split into HsSrcBang and HsImplBangAdam Sandberg Eriksson2015-12-143-18/+10
| | | | | | | | | | | | | | | | | | | | With recent changes in GHC handling of strictness annotations in Haddock is simplified.
* | | | Replace (SourceText,FastString) with WithSourceText data typeAlan Zimmerman2015-12-141-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Phab:D907 introduced SourceText for a number of data types, by replacing FastString with (SourceText,FastString). Since this has an Outputable instance, no warnings are generated when ppr is called on it, but unexpected output is generated. See Phab:D1096 for an example of this. Replace the (SourceText,FastString) tuples with a new data type data WithSourceText = WithSourceText SourceText FastString Trac ticket: #10692