- Dec 27, 2011
-
-
waern authored
-
waern authored
-
waern authored
-
waern authored
-
waern authored
-
waern authored
-
waern authored
Conflicts: src/Haddock/InterfaceFile.hs
-
waern authored
This setup makes more sense since when we add value bindings to the processed declarations (for type inference), we will have multiple declarations which should share documentation. Also, we already have a separate doc map for instances which we can now merge into the main doc map. Another benefit is that we don't need the DeclInfo type any longer.
-
- Dec 18, 2011
-
-
Ian Lynagh authored
haddock's .cabal file was declaring that it needed alex and happy to build, but in the GHC source tarballs it doesn't.
-
- Dec 12, 2011
-
-
Ian Lynagh authored
-
- Dec 03, 2011
- Nov 26, 2011
-
-
waern authored
-
waern authored
-
waern authored
-
waern authored
(A bug that should have been fixed long ago.)
-
waern authored
Previously this was done in the backends. Also, warn when a doc comment refers to something that is in scope but which we don't have the .haddock file for. These changes mean we can make DocIdentifier [a] into DocIdentifier a.
-
- Nov 25, 2011
- Nov 24, 2011
- Nov 19, 2011
-
-
Ian Lynagh authored
-
- Nov 17, 2011
-
-
Simon Peyton Jones authored
-
- Nov 16, 2011
-
-
dreixel authored
-
- Nov 11, 2011
-
-
dreixel authored
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
-
- Nov 06, 2011
-
-
Ian Lynagh authored
-
waern authored
-
waern authored
-
- Nov 05, 2011
-
-
https://github.com/rrnewton/haddockwaern authored
-
http://darcs.haskell.org/haddockwaern authored
-
waern authored
-
waern authored
-
rrnewton authored
-
- Oct 26, 2011