Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reflect version bump in test suite | David Waern | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | Bump version number | David Waern | 2008-11-04 | 1 | -1/+1 |
| | |||||
* | Follow change to ExportDecl in frames code | David Waern | 2008-11-04 | 1 | -0/+2 |
| | |||||
* | Update tests | David Waern | 2008-10-10 | 1 | -1/+1 |
| | |||||
* | Update test following Haddock version change | David Waern | 2008-08-13 | 1 | -1/+1 |
| | |||||
* | Be compatible with GHC 6.8.3 | David Waern | 2008-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The cabal file is converted to use the "new" syntax with explicit Library and Executable sections. We define the __GHC_PATCHLEVEL__ symbol using a conditinal cpp-options field in the cabal file. (Ideally, Cabal would define the symbol for us, like it does for __GLASGOW_HASKELL__). We use these symbols to #ifdef around a small difference between 6.8.2 and 6.8.3. Previously, we only supported GHC 6.8.2 officially but the dependencies field said "ghc <= 6.9". This was just for convenience when testing against the (then compatible) HEAD version of GHC, and was left in the release by mistake. Now, we support both GHC 6.8.2 and 6.8.3 and the dependencies field correctly reflects this. | ||||
* | Remove index.html and doc-index.html from output, they should not be versioned | David Waern | 2008-07-08 | 1 | -0/+39 |
| | |||||
* | Simplify test suite and add tests | David Waern | 2008-04-12 | 1 | -0/+412 |
I move all tests into one single directory to simplify things, and add a test for the last bug that was fixed. |