Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump version number | David Waern | 2008-11-04 | 1 | -1/+1 | |
| | ||||||
* | Enable framed view of the HTML documentation. | Thomas Schilling | 2008-10-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces: - A page that displays the documentation in a framed view. The left side will show a full module index. Clicking a module name will show it in the right frame. If Javascript is enabled, the left side is split again to show the modules at the top and a very short synopsis for the module currently displayed on the right. - Code to generate the mini-synopsis for each module and the mini module index ("index-frames.html"). - CSS rules for the mini-synopsis. - A very small amount of javascript to update the mini-synopsis (but only if inside a frame.) Some perhaps controversial things: - Sharing code was very difficult, so there is a small amount of code duplication. - The amount of generated pages has been doubled, since every module now also gets a mini-synopsis. The overhead should not be too much, but I haven't checked. Alternatively, the mini-synopsis could also be generated using Javascript if we properly annotate the actual synopsis. | |||||
* | Bump version number to 2.3.0 | David Waern | 2008-10-10 | 1 | -1/+1 | |
| | ||||||
* | Hide H.Utils in library | David Waern | 2008-10-10 | 1 | -0/+1 | |
| | ||||||
* | Increase the GHC upper bound from 6.11 to 6.13 | Ian Lynagh | 2008-09-23 | 1 | -1/+1 | |
| | ||||||
* | follow library changes | Ian Lynagh | 2008-09-03 | 1 | -1/+1 | |
| | ||||||
* | Fix in-tree haddock on Windows | Ian Lynagh | 2008-08-29 | 1 | -5/+7 | |
| | ||||||
* | Fixes for using haddock in a GHC build tree | Ian Lynagh | 2008-08-28 | 1 | -1/+2 | |
| | ||||||
* | Increase the upper bound on the GHC version number | Ian Lynagh | 2008-08-27 | 1 | -1/+1 | |
| | ||||||
* | Update extensions in Cabal file | Ian Lynagh | 2008-08-27 | 1 | -2/+2 | |
| | | | | Use ScopedTypeVariables instead of PatternSignatures | |||||
* | Add a manual Cabal flag to control the ghc-paths dependency | Ian Lynagh | 2008-08-27 | 1 | -2/+7 | |
| | ||||||
* | Change ghc version dependency to >= 6.8.2 && <= 6.9 | David Waern | 2008-08-13 | 1 | -1/+1 | |
| | ||||||
* | Add __GHC_PATCHLEVEL__ symbol also when building the library | David Waern | 2008-08-13 | 1 | -0/+6 | |
| | ||||||
* | Make H.GHC.Utils build with GHC HEAD | David Waern | 2008-08-10 | 1 | -0/+4 | |
| | ||||||
* | Change ghc version dependency to >= 6.8.2 | David Waern | 2008-08-05 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 2.2.2 and update CHANGES | David Waern | 2008-08-05 | 1 | -1/+1 | |
| | ||||||
* | Remove version restriction on ghc-paths | David Waern | 2008-08-05 | 1 | -1/+1 | |
| | ||||||
* | Bump version number to 2.2.1 | David Waern | 2008-08-03 | 1 | -1/+1 | |
| | ||||||
* | Remove TODO from cabal file | David Waern | 2008-07-28 | 1 | -1/+0 | |
| | ||||||
* | Depend on the currently available ghc-paths versions only | David Waern | 2008-07-23 | 1 | -1/+1 | |
| | ||||||
* | Be compatible with GHC 6.8.3 | David Waern | 2008-07-23 | 1 | -92/+107 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | Bump version number to 2.2.0 | David Waern | 2008-07-20 | 1 | -1/+1 | |
| | ||||||
* | Use ghc-paths to get the lib dir | David Waern | 2008-06-26 | 1 | -0/+1 | |
| | | | | | The path can still be overridden using the -B flag. It's not longer required to pass the lib dir to the program that runs the test suite. | |||||
* | Add extensions to cabal file | David Waern | 2008-05-01 | 1 | -2/+4 | |
| | ||||||
* | Remove -fglasgow-exts and -fasm | David Waern | 2008-05-01 | 1 | -2/+1 | |
| | ||||||
* | Add Haddock.DocName to the cabal file | David Waern | 2008-05-01 | 1 | -0/+1 | |
| | ||||||
* | Add a synopsis | David Waern | 2008-05-01 | 1 | -0/+1 | |
| | ||||||
* | Bump the version number to 2.1.0 | David Waern | 2008-02-11 | 1 | -1/+1 | |
| | | | | | | | Since the exported datatype DocName has changed, we need to bump the major version number. Let's also drop the fourth version component, it's not that useful. | |||||
* | Remove dep on process | David Waern | 2008-01-07 | 1 | -1/+0 | |
| | ||||||
* | Remove dep on Cabal | David Waern | 2008-01-07 | 1 | -1/+0 | |
| | ||||||
* | Change my email address in the cabal file | David Waern | 2008-01-07 | 1 | -1/+1 | |
| | ||||||
* | Change synopsis field to description | David Waern | 2008-01-07 | 1 | -1/+1 | |
| | ||||||
* | Depend on ghc >= 6.8.2 && < 6.9 | David Waern | 2008-01-06 | 1 | -1/+1 | |
| | ||||||
* | Add missing modules to the cabal file | David Waern | 2008-01-06 | 1 | -0/+2 | |
| | ||||||
* | Change version to 2.0.0.0 | David Waern | 2008-01-06 | 1 | -1/+1 | |
| | ||||||
* | Change stability from stable to experimental | David Waern | 2008-01-06 | 1 | -1/+1 | |
| | ||||||
* | Add "cabal-version: >= 1.2" to the cabal file | David Waern | 2008-01-05 | 1 | -0/+1 | |
| | ||||||
* | Merge patch from the old branch: | David Waern | 2007-11-12 | 1 | -0/+1 | |
| | | | | | | | Fri Aug 31 13:21:45 CEST 2007 Duncan Coutts <duncan@haskell.org> * Add category: Development to .cabal file Otherwise it appears on the hackage website in the "Unclassified" category. | |||||
* | Rename java-script file (this wasn't merge correctly) | David Waern | 2007-11-11 | 1 | -2/+2 | |
| | ||||||
* | Fix conflicts | David Waern | 2007-11-11 | 1 | -38/+62 | |
| | ||||||
* | Rename haddock.js to haddock-util.js | Simon Marlow | 2006-10-11 | 1 | -62/+38 | |
| | | | | | | haddock.js will be run automatically by Windows when you type 'haddock' if it is found on the PATH, so rename to avoid confusion. Spotted by Adrian Hey. | |||||
* | Manual merge of a patch from Duncan Coutts that removes the dependency on mtl | David Waern | 2007-11-11 | 1 | -1/+0 | |
| | ||||||
* | Fix conflicts | David Waern | 2007-11-11 | 1 | -38/+63 | |
| | ||||||
* | Eliminate dep on network by doing a little cut'n'paste | Duncan Coutts | 2006-09-08 | 1 | -64/+38 | |
| | | | | | haddock depending on the network causes a circular dependency at least if you want to build the network lib with haddock docs. | |||||
* | Add optimisation flags | David Waern | 2007-10-31 | 1 | -1/+1 | |
| | ||||||
* | Remove Main from "other modules" | David Waern | 2007-10-24 | 1 | -1/+0 | |
| | ||||||
* | Prettify the cabal file | David Waern | 2007-09-29 | 1 | -38/+39 | |
| | ||||||
* | Add containers and array dependency | David Waern | 2007-09-29 | 1 | -6/+8 | |
| | ||||||
* | Add build-type: Simple to the cabal file | David Waern | 2007-09-29 | 1 | -0/+1 | |
| | ||||||
* | Rename HaddockModule to Interface and a few more refactorings | David Waern | 2007-08-29 | 1 | -2/+3 | |
| |