Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix parser bug | Simon Hengel | 2012-10-09 | 1 | -1/+3 |
| | |||||
* | Bump interface version | Simon Hengel | 2012-10-09 | 1 | -5/+5 |
| | |||||
* | Add unit tests for properties | Simon Hengel | 2012-10-09 | 1 | -0/+11 |
| | |||||
* | Add HTML test for properties | Simon Hengel | 2012-10-09 | 3 | -0/+132 |
| | |||||
* | Simplify lexing/parsing of properties | Simon Hengel | 2012-10-09 | 2 | -13/+13 |
| | | | | | In contrast to what we do for examples, we do not really need to capture the "prompt" here. | ||||
* | Add markup support for properties | Kazu Yamamoto | 2012-10-09 | 10 | -0/+29 |
| | |||||
* | Update .ghci | Simon Hengel | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | runtests.hs: Use listToMaybe/fromMaybe instead of safeHead/maybe | Simon Hengel | 2012-10-07 | 1 | -9/+5 |
| | |||||
* | runtests.hs: Make -Wall proof | Simon Hengel | 2012-10-07 | 1 | -6/+17 |
| | |||||
* | runtests.hs: Fix some warnings | Simon Hengel | 2012-10-07 | 1 | -8/+15 |
| | |||||
* | cross-package test: re-export IsString instead of Monad | Simon Hengel | 2012-10-07 | 3 | -187/+24 |
| | | | | | | | There is a monad instance for Q, which is not available on platforms that do not have GHCi support. This caused CrossPackageDocs to fail on those platforms. Re-exporting IsString should test the same thing, but it works on all platforms. | ||||
* | Extend rather than set environment when running HTML tests | Simon Hengel | 2012-10-07 | 1 | -3/+7 |
| | | | | On some platforms (e.g. ppc64) GHC requires gcc in the path. | ||||
* | Set executable flag for Setup.lhs | Simon Hengel | 2012-10-05 | 1 | -0/+0 |
| | |||||
* | Depend on library for executable | Simon Hengel | 2012-10-04 | 1 | -51/+47 |
| | | | | | | | The main motivation for this is to increase build speed. In GHC's source tree the library is not build, but all modules are now required for the executable, so that GHC's validate will now detect build failures for the library. | ||||
* | Export Haddock's main entry point from library | Simon Hengel | 2012-10-04 | 4 | -11/+24 |
| | |||||
* | Remove trailing whitespace from cabal file | Simon Hengel | 2012-10-04 | 1 | -3/+3 |
| | |||||
* | Fix typo | Simon Hengel | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Remove redundant dependency from cabal file | Simon Hengel | 2012-10-03 | 1 | -2/+0 |
| | |||||
* | Merge branch 'ghc-7.6' of http://darcs.haskell.org/haddock into ghc-7.6 | David Waern | 2012-09-28 | 27 | -671/+215 |
|\ | |||||
| * | Remove test flag from cabal file | Simon Hengel | 2012-10-01 | 1 | -12/+0 |
| | | | | | | | | This was not really used. | ||||
| * | Add test-suite section for parsetests to cabal file | Simon Hengel | 2012-10-01 | 6 | -87/+214 |
| | | | | | | | | + get rid of HUnit dependency | ||||
| * | Adapt parsetests for GHC 7.6.1 | Simon Hengel | 2012-10-01 | 1 | -2/+4 |
| | | |||||
| * | Remove old examples | Simon Hengel | 2012-10-01 | 21 | -573/+0 |
| | | |||||
* | | Fix spurious superclass constraints bug. | David Waern | 2012-09-28 | 1 | -8/+23 |
|/ | |||||
* | Make API buildable with GHC 7.6. | David Waern | 2012-09-28 | 2 | -11/+15 |
| | |||||
* | Update hidden instances tests. | David Waern | 2012-09-27 | 2 | -3/+3 |
| | |||||
* | Merge branch 'ghc-7.6' of http://darcs.haskell.org/haddock into ghc-7.6 | David Waern | 2012-09-27 | 7 | -75/+9 |
|\ | |||||
| * | Remove (Monad (Either e)) instance from ref. rendering of CrossPackageDocs | Simon Hengel | 2012-09-21 | 1 | -10/+0 |
| | | | | | | | | | | I do not really understand why the behavior changed, so I'll open a ticket, so that we can further investigate. | ||||
| * | Update TypeOperators test for GHC 7.6.1 | Simon Hengel | 2012-09-21 | 3 | -65/+1 |
| | | | | | | | | Type operators can't be used as type variables anymore! | ||||
| * | Disable Unicode test for now | Simon Hengel | 2012-09-21 | 1 | -0/+0 |
| | | |||||
| * | Add documentation for URL labels | Simon Hengel | 2012-09-08 | 1 | -0/+7 |
| | | |||||
| * | Update doc/README | Simon Hengel | 2012-09-08 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'hidden-instances' into ghc-7.6 | David Waern | 2012-09-07 | 7 | -7/+422 |
|\ \ | |||||
| * | | Follow changes in GHC. | David Waern | 2012-09-07 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'hiddenInstances2' of http://github.com/feuerbach/haddock into ↵ | David Waern | 2012-09-07 | 7 | -7/+421 |
| |\ \ | | |/ | |/| | | | | ghc-7.6 | ||||
| | * | Add an other test for hiding instances (#37) | Simon Hengel | 2012-07-27 | 3 | -0/+162 |
| | | | |||||
| | * | Tests for hiding instances (#37) | Roman Cheplyaka | 2012-07-27 | 2 | -0/+204 |
| | | | |||||
| | * | Hide "internal" instances | Roman Cheplyaka | 2012-07-27 | 2 | -7/+55 |
| | | | | | | | | | | | | | | | | | | | | | This fixes #37 (http://trac.haskell.org/haddock/ticket/37) Precisely, we show an instance iff its class and all the types are exported by non-hidden modules. | ||||
* | | | Update ANNOUNCE. | David Waern | 2012-09-07 | 1 | -19/+33 |
| | | | |||||
* | | | Update CHANGES. | David Waern | 2012-09-07 | 1 | -0/+2 |
|/ / | |||||
* | | Update documentation of `runInteractiveProcess` in reference rendering | Simon Hengel | 2012-08-28 | 1 | -1/+5 |
| | | |||||
* | | Update reference renderings (remove links for ()) | Simon Hengel | 2012-08-28 | 3 | -51/+13 |
| | | |||||
* | | Update reference renderings (bump version) | Simon Hengel | 2012-08-28 | 47 | -47/+47 |
| | | |||||
* | | accept.hs: Ignore some files | Simon Hengel | 2012-08-28 | 2 | -5/+8 |
| | | |||||
* | | Move .ghci to project root | Simon Hengel | 2012-08-28 | 2 | -1/+1 |
| | | |||||
* | | Add missing dependency to library | Simon Hengel | 2012-08-25 | 1 | -0/+1 |
| | | |||||
* | | Improve haddock memory usage | Ian Lynagh | 2012-08-13 | 5 | -51/+69 |
| | | |||||
* | | Update CHANGES. | David Waern | 2012-07-23 | 1 | -1/+5 |
| | | |||||
* | | Bump version number. | David Waern | 2012-07-23 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6 | David Waern | 2012-07-23 | 19 | -28/+197 |
|\ \ | | | | | | | | | | | | | Conflicts: src/Haddock/InterfaceFile.hs |