Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Move unit tests to /test directory | Simon Hengel | 2012-10-15 | 5 | -2/+2 | |
| | | ||||||
| * | Copy css, images, etc. on accept | Simon Hengel | 2012-10-15 | 7 | -15/+906 | |
| | | ||||||
| * | Move HTML reference renderings to /html-test/ref/ | Simon Hengel | 2012-10-15 | 109 | -5/+5 | |
| | | ||||||
| * | Move HTML tests to directory /html-test/ | Simon Hengel | 2012-10-15 | 168 | -5/+5 | |
| | | ||||||
| * | Move resources to /resources directory | Simon Hengel | 2012-10-15 | 15 | -20/+22 | |
| | | ||||||
| * | Add description for DeprecatedReExport test | Simon Hengel | 2012-10-15 | 3 | -4/+65 | |
| | | ||||||
| * | Fix typo | Simon Hengel | 2012-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | unit-tests: Minor refactoring | Simon Hengel | 2012-10-14 | 1 | -13/+13 | |
| | | | | | | | | Rename parse to parseParas. | |||||
| * | unit-tests: Improve readability | Simon Hengel | 2012-10-14 | 1 | -16/+18 | |
| | | | | | | | | Add IsString instance for (Doc RdrName) + use <> instead of DocAppend. | |||||
| * | Add build artifacts for documentation to .gitignore | Simon Hengel | 2012-10-14 | 1 | -0/+6 | |
| | | ||||||
| * | Properly handle deprecation messages for re-exported things (fixes #220) | Simon Hengel | 2012-10-14 | 5 | -3/+134 | |
| | | ||||||
| * | Minor formatting change | Simon Hengel | 2012-10-14 | 1 | -19/+19 | |
| | | ||||||
| * | Add description for PruneWithWarning test | Simon Hengel | 2012-10-14 | 4 | -4/+27 | |
| | | ||||||
| * | If parsing of deprecation message fails, include it verbatim | Simon Hengel | 2012-10-14 | 4 | -9/+154 | |
| | | ||||||
| * | Allow haddock markup in deprecation messages | Simon Hengel | 2012-10-14 | 22 | -61/+179 | |
| | | ||||||
| * | Add /tests/html-tests/output/ to .gitignore | Simon Hengel | 2012-10-14 | 1 | -0/+1 | |
| | | ||||||
| * | Add mini_HiddenInstances.html.ref and mini_HiddenInstancesB.html.ref | Simon Hengel | 2012-10-14 | 2 | -0/+82 | |
| | | ||||||
| * | Handle more cases in renameType | Simon Hengel | 2012-10-14 | 1 | -14/+19 | |
| | | ||||||
| * | Organize unite tests hierarchically | Simon Hengel | 2012-10-14 | 3 | -2/+11 | |
| | | ||||||
| * | Simplify lookupRn | Simon Hengel | 2012-10-14 | 1 | -7/+7 | |
| | | ||||||
| * | Simplify RnM type | Simon Hengel | 2012-10-14 | 1 | -10/+9 | |
| | | ||||||
| * | Better error messages | Simon Hengel | 2012-10-13 | 1 | -2/+6 | |
| | | ||||||
| * | Handle HsExplicitListTy in renameer (fixes #213) | Simon Hengel | 2012-10-13 | 4 | -0/+141 | |
| | | ||||||
| * | Minor code simplification | Simon Hengel | 2012-10-13 | 1 | -2/+1 | |
| | | ||||||
| * | Increase code locality | Simon Hengel | 2012-10-13 | 1 | -11/+5 | |
| | | ||||||
| * | Minor code simplification | Simon Hengel | 2012-10-13 | 1 | -4/+4 | |
| | | ||||||
| * | Remove unused MonadFix constraint | Simon Hengel | 2012-10-13 | 1 | -7/+4 | |
| | | ||||||
| * | Update version in html tests, rpm spec file, and user manual | Simon Hengel | 2012-10-13 | 52 | -52/+52 | |
| | | ||||||
| * | Improve note about `binaryInterfaceVersion` (thanks David) | Simon Hengel | 2012-10-12 | 1 | -2/+3 | |
| | | ||||||
| * | Update ANNOUNCE and CHANGES | Simon Hengel | 2012-10-11 | 2 | -4/+4 | |
| | | ||||||
| * | Bump version | Simon Hengel | 2012-10-11 | 1 | -1/+1 | |
| | | ||||||
| * | Require ghc 7.6 | Simon Hengel | 2012-10-11 | 1 | -2/+2 | |
| | | ||||||
| * | Adapt cabal file | Simon Hengel | 2012-10-11 | 1 | -20/+0 | |
| | | ||||||
| * | Remove redundant if-defs, more source documentation | Simon Hengel | 2012-10-11 | 1 | -15/+16 | |
| | | ||||||
| * | Add documentation for properties | Simon Hengel | 2012-10-10 | 1 | -0/+12 | |
| | | ||||||
| * | Fix typo in documentation | Simon Hengel | 2012-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | Bump version | Simon Hengel | 2012-10-10 | 53 | -53/+53 | |
| | | ||||||
| * | Update ANNOUNCE and CHANGES | Simon Hengel | 2012-10-10 | 2 | -34/+19 | |
| | | ||||||
| * | Export more types from Documentation.Haddock (fixes #216) | Simon Hengel | 2012-10-10 | 1 | -0/+2 | |
| | | ||||||
| * | Allow to load interface files with compatible versions | Simon Hengel | 2012-10-09 | 1 | -1/+4 | |
| | | ||||||
| * | 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 | |
| | |