aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add flag --interface-version.David Waern2011-11-253-6/+8
|
* Some more changes to test scripts.David Waern2011-11-252-3/+9
|
* Accept test output.David Waern2011-11-2529-653/+1487
|
* Avoid depency on regex-compat also in accept.hs.David Waern2011-11-251-2/+8
|
* Avoid haskell98 dependency in testDavid Waern2011-11-241-1/+1
|
* Fix a bug in test runner and get rid of regex-compat dependency.David Waern2011-11-242-6/+10
|
* Follow GHC build system change to the way we call rmIan Lynagh2011-11-191-3/+3
|
* Remove redundant importsSimon Peyton Jones2011-11-171-1/+1
|
* Follow changes to tuple sorts in masterJose Pedro Magalhaes2011-11-163-6/+6
|
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-115-36/+58
| | | | | | | | | This big patch implements a kind-polymorphic core for GHC. The current implementation focuses on making sure that all kind-monomorphic programs still work in the new core; it is not yet guaranteed that kind-polymorphic programs (using the new -XPolyKinds flag) will work. For more information, see http://haskell.org/haskellwiki/GHC/Kinds
* Remove -DNEW_GHC_LAYOUT in ghc.mkIan Lynagh2011-11-061-1/+0
|
* Fix build.David Waern2011-11-062-10/+16
|
* Use getDeclMainBinder instead of declNames.David Waern2011-11-062-40/+5
|
* Merge https://github.com/rrnewton/haddockDavid Waern2011-11-061-3/+24
|\
| * Improved declNames internal error. Added a case to handle DocD.Ryan Newton2011-11-051-3/+24
| |
* | Merge branch 'master' of http://darcs.haskell.org/haddockDavid Waern2011-11-0612-150/+135
|\|
| * Merge branch 'development'David Waern2011-10-225-20/+28
| |\
| * | Fix CSS issue with info table not being contained in module headerDavid Terei2011-10-121-0/+6
| | |
| * | Add safe haskell indication to haddock outputDavid Terei2011-10-126-16/+28
| | |
| * | Follow changes to ForeignImport/ForeignExport in GHCIan Lynagh2011-10-016-11/+11
| | |
| * | Merge branch 'master' of http://darcs.haskell.org/haddockDavid Waern2011-10-012-21/+38
| |\ \
| | * | Follow changes to BinIface Name serializationMax Bolingbroke2011-09-272-21/+38
| | | |
| * | | Merge branch 'development'David Waern2011-10-014-10/+45
| |\ \ \
| * \ \ \ Merge branch 'development'David Waern2011-09-305-21/+35
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Replace FactTuple with ConstraintTupleMax Bolingbroke2011-09-091-3/+3
| | | | |
| * | | | Merge branch 'no-pred-ty'Max Bolingbroke2011-09-098-115/+75
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/Haddock/Convert.hs
| | * \ \ \ Merge branch 'no-pred-ty' of ssh://darcs.haskell.org/srv/darcs/haddock into ↵Max Bolingbroke2011-09-090-0/+0
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | no-pred-ty
| | | * | | | Deal with change to IParam handling in GHCMax Bolingbroke2011-09-041-3/+1
| | | | | | |
| | | * | | | Rename factKind to constraintKindMax Bolingbroke2011-08-261-2/+2
| | | | | | |
| | | * | | | Remaining fixes for PredTy removalMax Bolingbroke2011-08-237-44/+62
| | | | | | |
| | | * | | | Fix compilation with no-pred-ty GHCMax Bolingbroke2011-08-223-70/+21
| | | | | | |
| | * | | | | Adapt Haddock for the ConstraintKind extension changesMax Bolingbroke2011-09-068-106/+73
| | |/ / / /
| * / / / / Ignore associated type defaults (just as we ignore default methods)Max Bolingbroke2011-09-094-10/+18
| |/ / / /
| * | | | Hack this to make it work with both Alex 2.x and Alex 3.x. Unicode inSimon Marlow2011-08-111-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation strings is (still) mangled. I don't think it's possible to make it so that we get the current behaviour with Alex 2.x but magic Unicode support if you use Alex 3.x. At some point we have to decide that Alex 3.x is a requirement, then we can do Unicode.
* | | | | Fix build.David Waern2011-11-051-6/+7
| | | | |
* | | | | Rename copy.hs -> accept.hs.David Waern2011-11-052-3/+33
| | | | |
* | | | | Make testsuite able to find its dependencies automatically.David Waern2011-10-271-11/+22
| | | | |
* | | | | Add --print-ghc-path.David Waern2011-10-272-13/+20
| | | | |
* | | | | Remove NEW_GHC_LAYOUT conditional.David Waern2011-10-231-4/+0
| | | | |
* | | | | Sort import listDavid Waern2011-10-231-8/+8
| |_|_|/ |/| | |
* | | | Bump .haddock file version since the format has changed recentlyDavid Waern2011-10-221-7/+3
| | | |
* | | | Fix CSS issue with info table not being contained in module headerDavid Terei2011-10-121-0/+6
| | | |
* | | | Add safe haskell indication to haddock outputDavid Terei2011-10-126-16/+28
| | | |
* | | | Add alex and happy to build-tools.David Waern2011-10-061-0/+2
| | | |
* | | | Bump version to 2.9.4David Waern2011-10-044-3/+9
| | | |
* | | | Requre ghc >= 7.2David Waern2011-10-041-2/+2
| | | |
* | | | Hack this to make it work with both Alex 2.x and Alex 3.x. Unicode inSimon Marlow2011-10-041-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation strings is (still) mangled. I don't think it's possible to make it so that we get the current behaviour with Alex 2.x but magic Unicode support if you use Alex 3.x. At some point we have to decide that Alex 3.x is a requirement, then we can do Unicode.
* | | | Improve .cabal fileDavid Waern2011-10-011-8/+12
| |_|/ |/| |
* | | Merge in darcs patch:David Waern2011-10-011-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Joachim Breitner <mail@joachim-breitner.de>**20110619201645 Ignore-this: f6c51228205b0902ad5bfad5040b989a As reported on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578301, generating the global index takes much too long if type-level (with lots of auto-generated types) is installed. The patch avoids a quadratic runtime in the subfunction getIfaceIndex of ppHtmlIndex by using a temporary set. Runtime improvement observed here from 25.36s to 2.86s.
* | | Merge in darcs pach:David Waern2011-10-011-2/+35
| | | | | | | | | | | | | | | Mon Apr 11 18:09:54 JST 2011 Liyang HU <haddock@liyang.hu> * Remember collapsed sections in index.html / haddock-util.js