This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 26 Jun, 2009 1 commit
-
-
Simon Marlow authored
the layout changed in the new GHC build system
-
- 25 Jun, 2009 1 commit
-
-
Simon Marlow authored
rather than low-level System.Posix.Internals operations which are about to go away.
-
- 22 Jun, 2009 1 commit
-
-
Simon Marlow authored
-
- 12 Jun, 2009 1 commit
-
-
Simon Marlow authored
-
- 14 Jun, 2009 2 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
-
- 10 Jun, 2009 3 commits
-
-
Brent Yorgey authored
-
Ross Paterson authored
-
Ross Paterson authored
-
- 08 Jun, 2009 1 commit
-
-
Ian Lynagh authored
-
- 07 Jun, 2009 15 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
It was getting increasingly convoluted and incomprehensible. Now uses the Program.HcPkg and Program.Scripts modules.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
More flexible and based on the ProgramInvocation stuff
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
For tasks like registering where we call hc-pkg, this allows us to produce a single program invocation and then either run it directly or write it out as a script.
-
Duncan Coutts authored
-
Duncan Coutts authored
Close the input after pushing it. Return any error message.
-
Duncan Coutts authored
Add an explicit intermediate ProgramInvocation data type.
-
- 04 Jun, 2009 4 commits
-
-
Duncan Coutts authored
It is a bad idea for clean to do anything different depending on whether the package was configured already or not. The actual cleaning code did not use the LocalBuildInfo so this only changes in the UserHooks interface. No Setup.hs scripts actually make of this parameter for the clean hook. Part of ticket #133.
-
Duncan Coutts authored
Since we now always have a GenericPackageDescription
-
Duncan Coutts authored
Rather than Either GenericPackageDescription PackageDescription In principle this is an interface change that could break Setup.hs scripts but in practise the few scripts that use confHook just pass the arguments through and so are not sensitve to the type change.
-
Duncan Coutts authored
Also changes Simple.defaultMainNoRead to use GenericPackageDescription. This is an API change that in principle could break Setup.hs scripts but in practise there are no Setup.hs scripts that use either.
-
- 05 Jun, 2009 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
The arguments to isPrefixOf were the wrong way round. We want to see if the line starts "\\begin{code}", not if the line is a prefix of that string.
-
Ian Lynagh authored
-
- 04 Apr, 2009 1 commit
-
-
Ian Lynagh authored
-
- 29 Mar, 2009 1 commit
-
-
Ian Lynagh authored
-
- 24 Mar, 2009 1 commit
-
-
Ian Lynagh authored
-
- 03 Jun, 2009 1 commit
-
-
Duncan Coutts authored
-
- 01 Jun, 2009 3 commits
-
-
rubbernecking.trumpet.stephen authored
-
rubbernecking.trumpet.stephen authored
-
Duncan Coutts authored
-