aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Move HTML tests to directory /html-test/Simon Hengel2012-10-15168-5/+5
| |
| * Move resources to /resources directorySimon Hengel2012-10-1515-20/+22
| |
| * Add description for DeprecatedReExport testSimon Hengel2012-10-153-4/+65
| |
| * Fix typoSimon Hengel2012-10-151-1/+1
| |
| * unit-tests: Minor refactoringSimon Hengel2012-10-141-13/+13
| | | | | | | | Rename parse to parseParas.
| * unit-tests: Improve readabilitySimon Hengel2012-10-141-16/+18
| | | | | | | | Add IsString instance for (Doc RdrName) + use <> instead of DocAppend.
| * Add build artifacts for documentation to .gitignoreSimon Hengel2012-10-141-0/+6
| |
| * Properly handle deprecation messages for re-exported things (fixes #220)Simon Hengel2012-10-145-3/+134
| |
| * Minor formatting changeSimon Hengel2012-10-141-19/+19
| |
| * Add description for PruneWithWarning testSimon Hengel2012-10-144-4/+27
| |
| * If parsing of deprecation message fails, include it verbatimSimon Hengel2012-10-144-9/+154
| |
| * Allow haddock markup in deprecation messagesSimon Hengel2012-10-1422-61/+179
| |
| * Add /tests/html-tests/output/ to .gitignoreSimon Hengel2012-10-141-0/+1
| |
| * Add mini_HiddenInstances.html.ref and mini_HiddenInstancesB.html.refSimon Hengel2012-10-142-0/+82
| |
| * Handle more cases in renameTypeSimon Hengel2012-10-141-14/+19
| |
| * Organize unite tests hierarchicallySimon Hengel2012-10-143-2/+11
| |
| * Simplify lookupRnSimon Hengel2012-10-141-7/+7
| |
| * Simplify RnM typeSimon Hengel2012-10-141-10/+9
| |
| * Better error messagesSimon Hengel2012-10-131-2/+6
| |
| * Handle HsExplicitListTy in renameer (fixes #213)Simon Hengel2012-10-134-0/+141
| |
| * Minor code simplificationSimon Hengel2012-10-131-2/+1
| |
| * Increase code localitySimon Hengel2012-10-131-11/+5
| |
| * Minor code simplificationSimon Hengel2012-10-131-4/+4
| |
| * Remove unused MonadFix constraintSimon Hengel2012-10-131-7/+4
| |
| * Update version in html tests, rpm spec file, and user manualSimon Hengel2012-10-1352-52/+52
| |
| * Improve note about `binaryInterfaceVersion` (thanks David)Simon Hengel2012-10-121-2/+3
| |
| * Update ANNOUNCE and CHANGESSimon Hengel2012-10-112-4/+4
| |
| * Bump versionSimon Hengel2012-10-111-1/+1
| |
| * Require ghc 7.6Simon Hengel2012-10-111-2/+2
| |
| * Adapt cabal fileSimon Hengel2012-10-111-20/+0
| |
| * Remove redundant if-defs, more source documentationSimon Hengel2012-10-111-15/+16
| |
| * Add documentation for propertiesSimon Hengel2012-10-101-0/+12
| |
| * Fix typo in documentationSimon Hengel2012-10-101-1/+1
| |
| * Bump versionSimon Hengel2012-10-1053-53/+53
| |
| * Update ANNOUNCE and CHANGESSimon Hengel2012-10-102-34/+19
| |
| * Export more types from Documentation.Haddock (fixes #216)Simon Hengel2012-10-101-0/+2
| |
| * Allow to load interface files with compatible versionsSimon Hengel2012-10-091-1/+4
| |
| * Fix parser bugSimon Hengel2012-10-091-1/+3
| |
| * Bump interface versionSimon Hengel2012-10-091-5/+5
| |
| * Add unit tests for propertiesSimon Hengel2012-10-091-0/+11
| |
| * Add HTML test for propertiesSimon Hengel2012-10-093-0/+132
| |
| * Simplify lexing/parsing of propertiesSimon Hengel2012-10-092-13/+13
| | | | | | | | | | In contrast to what we do for examples, we do not really need to capture the "prompt" here.
| * Add markup support for propertiesKazu Yamamoto2012-10-0910-0/+29
| |
| * Update .ghciSimon Hengel2012-10-091-1/+1
| |
| * runtests.hs: Use listToMaybe/fromMaybe instead of safeHead/maybeSimon Hengel2012-10-071-9/+5
| |
| * runtests.hs: Make -Wall proofSimon Hengel2012-10-071-6/+17
| |
| * runtests.hs: Fix some warningsSimon Hengel2012-10-071-8/+15
| |
| * cross-package test: re-export IsString instead of MonadSimon Hengel2012-10-073-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 testsSimon Hengel2012-10-071-3/+7
| | | | | | | | On some platforms (e.g. ppc64) GHC requires gcc in the path.
| * Set executable flag for Setup.lhsSimon Hengel2012-10-051-0/+0
| |