index
:
haddock.git
ghc-9.2
ghc-9.4
ghc-gitlab-ghc-9.2.2
ghc-gitlab-ghc-9.4.1
ghc-gitlab-ghc-9.4.1rc1
ghc-gitlab-ghc-head
master
Haddock with an org backend (haddorg).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Experimental support for collapsable headers
Mateusz Kowalczyk
2014-10-29
4
-29
/
+117
*
Add .arclint file.
Austin Seipp
2014-10-20
1
-0
/
+24
*
Add an .arcconfig file.
Austin Seipp
2014-10-20
1
-0
/
+5
*
Fix use-after-close lazy IO bug
Edward Z. Yang
2014-10-09
1
-1
/
+1
*
Revert "Fix import of 'empty' due to AMP."
Herbert Valerio Riedel
2014-09-26
1
-1
/
+1
*
Revert "Revert "Followup changes to addition of -fwarn-context-quantification""
Edward Z. Yang
2014-09-18
3
-2
/
+7
*
Revert "Followup changes to addition of -fwarn-context-quantification"
Herbert Valerio Riedel
2014-09-19
3
-7
/
+2
*
Disambiguate string-literals
Herbert Valerio Riedel
2014-09-19
1
-4
/
+4
*
Properly render package ID (not package key) in index, fixes #329.
Edward Z. Yang
2014-09-18
3
-13
/
+18
*
Followup changes to addition of -fwarn-context-quantification (GHC Trac #4426)
Krzysztof Gogolewski
2014-09-14
3
-2
/
+7
*
Bump `base` constraint for AMP
Herbert Valerio Riedel
2014-09-09
1
-2
/
+2
*
Fix import of 'empty' due to AMP.
Austin Seipp
2014-09-09
1
-1
/
+1
*
Follow changes to TypeAnnot in GHC HEAD
Alan Zimmerman
2014-09-05
2
-11
/
+26
*
Import Data.Word w/o import-list
Herbert Valerio Riedel
2014-08-31
1
-1
/
+1
*
Changes due to ghc api changes in package representation
Duncan Coutts
2014-08-27
3
-27
/
+17
*
Fix forgotten src
Mateusz Kowalczyk
2014-08-08
1
-1
/
+1
*
Update to attoparsec-0.12.1.1
Mateusz Kowalczyk
2014-08-08
18
-734
/
+989
*
Ignore TAGS files.
Edward Z. Yang
2014-08-07
1
-0
/
+2
*
If GhcProfiled, also build Haddock profiled.
Edward Z. Yang
2014-08-05
1
-0
/
+6
*
Track type signature change of lookupModuleInAllPackages
Edward Z. Yang
2014-08-05
1
-6
/
+3
*
Catch mid-line URLs. Fixes #314.
Mateusz Kowalczyk
2014-07-28
2
-2
/
+6
*
Track changes for module reexports.
Edward Z. Yang
2014-07-25
1
-2
/
+3
*
Track GHC PackageId to PackageKey renaming.
Edward Z. Yang
2014-07-21
9
-30
/
+30
*
Adapt to new definition of HsDecls.TyFamEqn
Simon Peyton Jones
2014-07-14
4
-16
/
+26
*
Propagate overloading-mode for instance declarations in haddock (#9242)
Iavor S. Diatchki
2014-07-01
1
-2
/
+6
*
Bump haddock-library to 1.1.0 for release
Mateusz Kowalczyk
2014-06-25
1
-1
/
+1
*
Don't mangle append order for nested lists.
Mateusz Kowalczyk
2014-06-25
4
-37
/
+51
*
Drop DocParagraph from front of headers
Mateusz Kowalczyk
2014-06-25
4
-10
/
+14
*
Fix anchors. Closes #308.
Mateusz Kowalczyk
2014-06-25
9
-6
/
+274
*
Update Travis, bump version
Mateusz Kowalczyk
2014-06-19
2
-1
/
+3
*
Fixed haddock warnings.
John MacFarlane
2014-06-18
1
-6
/
+4
*
Removed reliance on LambdaCase (which breaks build with ghc 7.4).
John MacFarlane
2014-06-18
1
-3
/
+3
*
Don't actually forget to install specified GHC.
Mateusz Kowalczyk
2014-06-18
1
-0
/
+1
*
Travis tweaks
Mateusz Kowalczyk
2014-06-18
1
-1
/
+5
*
Remove doctest dependency
Simon Hengel
2014-06-18
3
-22
/
+4
*
Use doctest to check examples in documentation
Simon Hengel
2014-06-18
3
-0
/
+22
*
Comment improvements + few words in cabal file
Mateusz Kowalczyk
2014-06-18
2
-11
/
+32
*
Use Travis with multiple GHC versions
Mateusz Kowalczyk
2014-06-18
1
-2
/
+28
*
haddock-library: Use -Wall for specs
Simon Hengel
2014-06-18
1
-0
/
+2
*
haddock-library: Do not depend on haddock-library in test suite
Simon Hengel
2014-06-18
1
-2
/
+0
*
Enable travis-ci for haddock-library
Simon Hengel
2014-06-18
1
-0
/
+7
*
Compatibility with older versions of base and bytestring
Simon Hengel
2014-06-18
4
-3
/
+21
*
Update cabal files
Mateusz Kowalczyk
2014-06-18
2
-3
/
+4
*
Slightly update the readme.
Mateusz Kowalczyk
2014-06-12
1
-21
/
+10
*
Follow change in patSynSig
Simon Peyton Jones
2014-06-06
1
-2
/
+2
*
Clear up highlighting of identifiers with ‘'’s.
Mateusz Kowalczyk
2014-06-05
1
-0
/
+5
*
Revert "Revert "Accomodate change in PatSyn representation""
Mateusz Kowalczyk
2014-05-29
1
-1
/
+1
*
Revert "Accomodate change in PatSyn representation"
Mateusz Kowalczyk
2014-05-29
1
-1
/
+1
*
Accomodate change in PatSyn representation
Dr. ERDI Gergo
2014-05-25
1
-1
/
+1
*
Update issue tracker URL for haddock-library
Mateusz Kowalczyk
2014-05-14
1
-1
/
+1
[next]