aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
Commit message (Collapse)AuthorAgeFilesLines
* Depend on library for executableSimon Hengel2012-10-041-51/+47
| | | | | | | The main motivation for this is to increase build speed. In GHC's source tree the library is not build, but all modules are now required for the executable, so that GHC's validate will now detect build failures for the library.
* Export Haddock's main entry point from librarySimon Hengel2012-10-041-2/+4
|
* Remove trailing whitespace from cabal fileSimon Hengel2012-10-041-3/+3
|
* Fix typoSimon Hengel2012-10-041-1/+1
|
* Remove redundant dependency from cabal fileSimon Hengel2012-10-031-2/+0
|
* Remove test flag from cabal fileSimon Hengel2012-10-011-12/+0
| | | | This was not really used.
* Add test-suite section for parsetests to cabal fileSimon Hengel2012-10-011-0/+28
| | | | + get rid of HUnit dependency
* Add missing dependency to librarySimon Hengel2012-08-251-0/+1
|
* Improve haddock memory usageIan Lynagh2012-08-131-0/+1
|
* Bump version number.David Waern2012-07-231-1/+1
|
* Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6David Waern2012-07-231-4/+0
|\ | | | | | | | | Conflicts: src/Haddock/InterfaceFile.hs
| * Use LANGUAGE pragmas instead of default-extensions in cabal fileSimon Hengel2012-05-271-4/+0
| |
* | Update dependencies.Paolo Capriotti2012-07-201-2/+2
| |
* | Forward port changes from stable.Paolo Capriotti2012-07-191-3/+3
|\|
| * Bump version number.David Waern2012-05-161-1/+1
| |
| * Require ghc >= 7.4.David Waern2012-02-011-2/+2
| |
* | Follow changes in baseIan Lynagh2012-06-191-2/+2
|/
* Merge ../ghc/utils/haddockDavid Waern2011-12-271-6/+12
|\
| * Merge ../../../haddockDavid Waern2011-12-271-2/+0
| |\ | | | | | | | | | | | | Conflicts: src/Haddock/InterfaceFile.hs
| * | Fix (untested) building from source tarball without alex/happyIan Lynagh2011-12-181-2/+8
| | | | | | | | | | | | | | | haddock's .cabal file was declaring that it needed alex and happy to build, but in the GHC source tarballs it doesn't.
| * | Update dependencies and binaryInterfaceVersionIan Lynagh2011-12-121-4/+4
| | |
* | | Bump version.David Waern2011-12-271-1/+1
| |/ |/|
* | More cleanup.David Waern2011-12-031-2/+0
|/
* Cleanup.David Waern2011-11-261-2/+0
|
* Fix a bug in test runner and get rid of regex-compat dependency.David Waern2011-11-241-1/+1
|
* Add alex and happy to build-tools.David Waern2011-10-061-0/+2
|
* Bump version to 2.9.4David Waern2011-10-041-1/+1
|
* Requre ghc >= 7.2David Waern2011-10-041-2/+2
|
* Improve .cabal fileDavid Waern2011-10-011-8/+12
|
* Fix problem with test files not added to distribution tarballDavid Waern2011-09-301-0/+3
|
* Bump to version 2.9.3David Waern2011-09-261-1/+1
|
* Relax base depIan Lynagh2011-07-071-2/+2
|
* Bump GHC dep to allow 7.2Ian Lynagh2011-06-261-2/+2
|
* Use cabal's test suite support to run the test suiteDavid Waern2011-05-221-0/+8
| | | | This gives up proper dependency tracking of the test script.
* Bump versionDavid Waern2011-01-081-1/+1
|
* Bump versionDavid Waern2010-12-191-1/+1
|
* Revise haddock.cabal given that we now require ghc-7Lennart Kolmodin2010-12-171-7/+9
| | | | | default-language should be Haskell2010, slight new semantics for extensions. Rewrite into clearer dependencies of base and Cabal.
* Bump versionDavid Waern2010-12-061-1/+1
|
* Remove Haskell 2010 extensions from .cabal fileDavid Waern2010-11-161-4/+2
|
* Solve conflictDavid Waern2010-11-141-2/+2
|
* Require ghc >= 7.0David Waern2010-11-141-2/+2
|
* Bump GHC depIan Lynagh2010-09-221-2/+2
|
* Bump version to 2.8.2David Waern2010-11-141-1/+1
|
* Bump GHC dep upper boundIan Lynagh2010-09-211-2/+2
|
* Bump versionDavid Waern2010-11-141-1/+1
|
* Bump version numberDavid Waern2010-08-311-1/+1
|
* Allow building with ghc < 6.16David Waern2010-08-291-1/+1
|
* Remove Snappy data filesDavid Waern2010-08-291-4/+0
|
* Add createInterfaces' (a more high-level alternative to createInterfaces) to ↵Simon Hengel2010-08-081-0/+1
| | | | Haddock API
* add missing data file to .cabalMark Lentczner2010-08-171-0/+1
|