- Mar 08, 2018
-
-
alexbiehl authored
-
alexbiehl authored
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
alexbiehl authored
-
alexbiehl authored
-
- Mar 05, 2018
-
-
alexbiehl authored
-
- Mar 02, 2018
-
-
alexbiehl authored
-
alexbiehl authored
We now pass `-hide-all-packages` to haddock when invoking the testsuite. This ensures we don't accidentally pick up any dependencies up through ghc.env files.
-
alexbiehl authored
-
Alec Theriault authored
-
Alec Theriault authored
Unicode operators are a pretty big thing in Haskell, so supporting linking them seems like it outweighs the cost of the extra machinery to force Attoparsec to look for unicode. Fixes #458.
-
Alex Biehl authored
-
alexbiehl authored
``` $ cabal new-run -- html-test --haddock-path=$(which haddock) --ghc-path=$(which ghc) ```
-
- Feb 25, 2018
-
-
Brought back some mistakenly deleted code for handling encoding and eager reading of files from e0ada174.
-
- Feb 19, 2018
-
-
Alexander Biehl authored
-
alexbiehl authored
-
- Feb 11, 2018
-
-
* Add 'show' option to complement 'hide' The behaviour is for flags passed in the command line to override flags in file headers. In the command line, later flags override earlier ones. Fixes #751 and #266. * Add a '--show-all' option
-
No more clicking to figure out whether your bytestring is strict or lazy!
-
- Feb 09, 2018
-
-
alexbiehl authored
In https://github.com/haskell/haddock/issues/287 we found that haddock-2.19.0 would miss documentation on class methods with multiples names. This patch uses expandSigDecls in a more sensible place.
-
- Feb 06, 2018
-
-
alexbiehl authored
-
alexbiehl authored
-
alexbiehl authored
-
alexbiehl authored
-
Alec Theriault authored
This handles 'HsSpliceTy's by replacing them with what they expand to. IIUC everything that is happening, 'renameHsSpliceTy' should not be able to fail for the inputs we feed it from GHC. This fixes #574.
-
Alec Theriault authored
This manually filters out '~' from the list of things to warn about. It truly makes no sense to warn on this since '~' has nothing it could link to - it is magical. This fixes #532.
-
- Feb 05, 2018
-
-
Alec Theriault authored
Links to pattern synonyms are now generated, as well as links from modules in import lists. Fixes #731.
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
C.f. SPDX 2.1 - Appendix V https://spdx.org/spdx-specification-21-web-version#h.twlc0ztnng3b The tag should appear on its own line in the source file, generally as part of a comment. SPDX-License-Identifier: <SPDX License Expression> Cherry-picked from #743
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
- Feb 04, 2018
-
-
alexbiehl authored
-
- Feb 03, 2018
-
-
alexbiehl authored
-
- Feb 02, 2018
-
-
Alec Theriault authored
-
Alec Theriault authored
The hyperlinker backend now classifies the content of pragmas as 'TkPragma'. That means that in something like '{-# INLINE foo #-}', 'foo' still gets classified as a pragma token.
-
- Feb 01, 2018
-
-