Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating gitignore | Yuchen Pei | 2022-08-16 | 1 | -0/+2 |
| | |||||
* | Add .hi, .dyn_hi, etc files to .gitignore | Alec Theriault | 2019-03-09 | 1 | -0/+6 |
| | | | | Fixes #1030. | ||||
* | Fix #548 by rendering datatype kinds more carefully (#702) | Ryan Scott | 2018-02-01 | 1 | -0/+2 |
| | |||||
* | Add compile step that bundles and compresses JS files (#684) | Tim Baumann | 2017-09-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | * Add compile step that bundles and compresses JS files Also, manage dependencies on third-party JS libraries using NPM. * Compile JS from TypeScript * Enable 'noImplicitAny' in TypeScript * QuickJump: use JSX syntax * Generate source maps from TypeScript for easier debugging * TypeScript: more accurate type * Separate quick jump css file from ocean theme | ||||
* | Fix test failures on Windows (#564) | Yuji Yamamoto | 2017-07-03 | 1 | -0/+2 |
| | | | | | | | | | | * Ignore .stack-work * Fix for windows: use nul instead of /dev/null * Fix for windows: canonicalize line separator * Also normalize osx line endings | ||||
* | cabal.project for haddock-api, haddock-library and haddock-test | alexbiehl | 2017-04-11 | 1 | -0/+1 |
| | |||||
* | Add appropriate .gitignore entry and configure Hoogle test suite. | Łukasz Hanuszczak | 2015-08-22 | 1 | -0/+1 |
| | |||||
* | Refactor HTML test suite boilerplate to external package. | Łukasz Hanuszczak | 2015-08-22 | 1 | -0/+1 |
| | |||||
* | Add hyperlinker test runner to .cabal and .gitignore files. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+1 |
| | |||||
* | Ignore doc/haddock.{ps,pdf} | Ben Gamari | 2015-05-06 | 1 | -0/+2 |
| | |||||
* | Do not insert anchor for section headings in contents box | watashi | 2015-04-26 | 1 | -0/+3 |
| | |||||
* | Move Haddock API to a separate package | Simon Hengel | 2014-08-22 | 1 | -1/+2 |
| | |||||
* | Ignore TAGS files. | Edward Z. Yang | 2014-08-07 | 1 | -0/+2 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | Move parser + parser tests out to own package. | Mateusz Kowalczyk | 2014-05-05 | 1 | -0/+1 |
| | | | | | | | | | | We move some types out that are necessary as well and then re-export and specialise them in the core Haddock. Reason for moving out spec tests is that if we're working on the parser, we can simply work on that and we can ignore the rest of Haddock. The downside is that it's a little inconvenient if at the end of the day we want to see that everything passes. | ||||
* | LaTeX tests setup | Mateusz Kowalczyk | 2013-08-27 | 1 | -0/+1 |
| | |||||
* | Adapt output directory for HTML tests | Simon Hengel | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Move HTML tests to directory /html-test/ | Simon Hengel | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Add build artifacts for documentation to .gitignore | Simon Hengel | 2012-10-14 | 1 | -0/+6 |
| | |||||
* | Add /tests/html-tests/output/ to .gitignore | Simon Hengel | 2012-10-14 | 1 | -0/+1 |
| | |||||
* | accept.hs: Ignore some files | Simon Hengel | 2012-08-28 | 1 | -4/+0 |
| | |||||
* | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 1 | -2/+6 |
|\ | |||||
| * | Add /tests/html-tests/tests/*index*.ref to .gitignore | Simon Hengel | 2012-02-04 | 1 | -0/+3 |
| | | |||||
| * | Add .gitignore | Simon Hengel | 2012-02-04 | 1 | -0/+2 |
| | |||||
* | Update .gitignore. | Paolo Capriotti | 2012-03-06 | 1 | -0/+2 |