This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jun 28, 2007
-
-
nominolo@gmail.com authored
-
- Jun 23, 2007
-
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
interface changes.
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
simple strings.
-
- Jun 18, 2007
-
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
- Jun 14, 2007
-
-
nominolo@gmail.com authored
information of CondTrees is now a modifier. Move CondTree resolution functionality.
-
- Jun 13, 2007
-
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
function to accept an arbitrary partial assignment of these variables.
-
- May 29, 2007
-
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
- May 28, 2007
-
-
nominolo@gmail.com authored
-
- Jul 26, 2007
-
-
Duncan Coutts authored
-
- Jul 24, 2007
-
-
Ian Lynagh authored
Used to be if __GLASGOW_HASKELL__ >= 604, but the 6.4 branch had a bug which looks likely to be the cause of GHC build failures we're seeing: - procNextOpt (NonOpt x) RequireOrder = ([],x:rest,us,[]) + procNextOpt (NonOpt x) RequireOrder = ([],x:rest,[],[])
-
Duncan Coutts authored
-
Duncan Coutts authored
The haddock --css flag is new. The old --hscolour=[path] flag got split into two flags: --hyperlink-source and --hscolour-css=path
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Ross Paterson authored
-
- Jul 23, 2007
-
-
Duncan Coutts authored
So now --hyperlink-source controles wether or not we run hscolour and get haddock to link to the sources. The new flag --hscolour-css can be used to override the css file that hscolour uses. Also, the new flag --css can override the css file that haddock uses.
-
Duncan Coutts authored
Some minor changes due to changes since the hscolour patch was written. Make it work with haddock-0.8 by using %{MODULE} rather than %{FILE} and generate output file names to match (ie not using the original file extension, just using the module name for the output file).
-
- May 30, 2007
-
-
Roberto Zunino authored
Integration of Cabal, HsColour, and Haddock. (Also fixes bug #102)
-
- Jul 09, 2007
-
-
Ian Lynagh authored
Seems to be based on GHC's -fcontext-stack flag, which takes an integer argument.
-
- Jul 08, 2007
-
-
Ian Lynagh authored
As far as I can tell (a) The -finline-phase flag stopped actually being accepted by GHC sometime between GHC 4.08.2 and GHC 5.04.3 (b) It took an Int argument
-
Ian Lynagh authored
-