aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number to 2.2.0David Waern2008-07-201-1/+1
|
* Use ghc-paths to get the lib dirDavid Waern2008-06-261-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 fileDavid Waern2008-05-011-2/+4
|
* Remove -fglasgow-exts and -fasmDavid Waern2008-05-011-2/+1
|
* Add Haddock.DocName to the cabal fileDavid Waern2008-05-011-0/+1
|
* Add a synopsisDavid Waern2008-05-011-0/+1
|
* Bump the version number to 2.1.0David Waern2008-02-111-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 processDavid Waern2008-01-071-1/+0
|
* Remove dep on CabalDavid Waern2008-01-071-1/+0
|
* Change my email address in the cabal fileDavid Waern2008-01-071-1/+1
|
* Change synopsis field to descriptionDavid Waern2008-01-071-1/+1
|
* Depend on ghc >= 6.8.2 && < 6.9David Waern2008-01-061-1/+1
|
* Add missing modules to the cabal fileDavid Waern2008-01-061-0/+2
|
* Change version to 2.0.0.0David Waern2008-01-061-1/+1
|
* Change stability from stable to experimentalDavid Waern2008-01-061-1/+1
|
* Add "cabal-version: >= 1.2" to the cabal fileDavid Waern2008-01-051-0/+1
|
* Merge patch from the old branch:David Waern2007-11-121-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 Waern2007-11-111-2/+2
|
* Fix conflictsDavid Waern2007-11-111-38/+62
|
* Rename haddock.js to haddock-util.jsSimon Marlow2006-10-111-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 Waern2007-11-111-1/+0
|
* Fix conflictsDavid Waern2007-11-111-38/+63
|
* Eliminate dep on network by doing a little cut'n'pasteDuncan Coutts2006-09-081-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 flagsDavid Waern2007-10-311-1/+1
|
* Remove Main from "other modules"David Waern2007-10-241-1/+0
|
* Prettify the cabal fileDavid Waern2007-09-291-38/+39
|
* Add containers and array dependencyDavid Waern2007-09-291-6/+8
|
* Add build-type: Simple to the cabal fileDavid Waern2007-09-291-0/+1
|
* Rename HaddockModule to Interface and a few more refactoringsDavid Waern2007-08-291-2/+3
|
* Major refactoringDavid Waern2007-08-291-21/+22
|
* Factor out typechecking phase into Haddock.TypecheckDavid Waern2007-08-171-0/+1
|
* Move options out of Main into Haddock.OptionsDavid Waern2007-08-171-0/+1
|
* Better indentation in haddock.cabalDavid Waern2007-08-011-3/+3
|
* Fix conflictsDavid Waern2007-07-111-1/+10
|
* update to compile with the latest GHC & CabalSimon Marlow2007-05-301-2/+1
|
* Add new package dependenciesDavid Waern2007-07-101-1/+2
|
* Use filepath package instead of FilePath2007-04-241-1/+1
|
* Change package name to haddock2007-04-101-0/+87
|
* Change package name to haddock-ghc, version 0.1davve2007-01-101-77/+0
|
* Add tabs in haddock.cabaldavve2007-01-051-1/+1
|
* Collect docs based on SrcLoc, syncing with removal of DeclEntity from GHCdavve2007-01-051-0/+2
|
* Automatically get the GHC lib dirdavve2006-12-291-2/+2
|
* Remove Interface and Binary2 modules davve2006-09-151-1/+0
|
* Change the executable name to haddock-ghc-nolibdavve2006-09-151-1/+1
|
* Remove interface reading/writing code and use the GHC api for creating ↵davve2006-09-151-1/+1
| | | | package environments instead
* Change version number to 2.0davve2006-09-051-1/+1
|
* Move interface read/write to its own module + some cleanupdavve2006-08-201-0/+1
|
* Adapt to latest GHC davve2006-08-191-1/+1
|
* Misc fixes and interface load/savedavve2006-08-131-2/+2
|
* Render H98 Data declarationsdavve2006-08-121-1/+1
|