- Feb 03, 2012
-
-
-
-
So we do net get a list of () on stdout when running with runhaskell.
-
-
-
-
-
- Feb 01, 2012
- Dec 28, 2011
-
-
waern authored
-
- Dec 27, 2011
-
-
waern authored
-
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
-