This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jul 16, 2007
-
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
nominolo@gmail.com authored
-
- Jun 28, 2007
-
-
nominolo@gmail.com authored
global build dependencies. The correct solution is to add global dependencies to each executable and implement dependency resolution for executables. The current workaround is to add the dependencies to the library, but disable building of the library.
-
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
-