aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move source files for HTML tests to html-test/srcSimon Hengel2012-10-1559-2/+2
|
* Rename html-test/runtests.lhs to html-test/run.lhsSimon Hengel2012-10-152-2/+2
|
* Adapt accept.lhs, so that it ignores more index filesSimon Hengel2012-10-151-7/+7
|
* Add test case for "spurious superclass constraints bug"Simon Hengel2012-10-153-0/+191
|
* Add 'dev' flag to cabal file, that builds without -O2Simon Hengel2012-10-151-2/+16
| | | | | That way --disable-optimization can be used, which decreases build time considerably.
* Make test management scripts more robustSimon Hengel2012-10-154-15/+24
| | | | | | | * They are now independent from the current directory, and hence can be called from everywhere * On UNIX/Linux they can now be run as scripts
* Fix Setup.lhsSimon Hengel2012-10-151-5/+3
| | | | /usr/bin/runhaskell is not installed on all systems.
* Move unit tests to /test directorySimon Hengel2012-10-155-2/+2
|
* Copy css, images, etc. on acceptSimon Hengel2012-10-157-15/+906
|
* Move HTML reference renderings to /html-test/ref/Simon Hengel2012-10-15109-5/+5
|
* 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
|