This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Dec 30, 2007
-
-
Duncan Coutts authored
And to make it more like the original code that classified lines separately from checking and transforming them.
-
- Dec 04, 2007
-
-
alistair@abayley.org authored
-
alistair@abayley.org authored
unlit preserves comments for Haddock's benefit. More complex algorithm to handle cases where we want blank lines (containing whitespace) to become comment lines in the output.
-
- Jan 30, 2008
-
-
Duncan Coutts authored
and a couple other trivial tidyups
-
- Jan 29, 2008
-
-
Peter Higley authored
-
- Jan 27, 2008
-
-
Duncan Coutts authored
I doubt it works or that anyone uses it. If anyone genuinely does use it we can add it back in cabal-install.
-
Duncan Coutts authored
It used to look for and warn about Setup.description files. That's from a very very old transition which is now complete. We can just ignore any files like that now.
-
- Jan 13, 2008
-
-
Duncan Coutts authored
Should allow satisfying deps from the given package db and should register into that db. It is not thoroughly tested however.
-
- Jan 29, 2008
-
-
Ross Paterson authored
-
- Jan 28, 2008
-
-
Simon Marlow authored
-
- Jan 27, 2008
-
-
byorgey authored
Added a check for the existence of the license file (if one is specified in a license-file: field) during description file sanity checking. If a license is specified but does not exist, a warning is generated. This patch resolves issue #180.
-
Duncan Coutts authored
-
- Jan 26, 2008
-
-
byorgey authored
-
- Jan 27, 2008
-
-
Duncan Coutts authored
Though of course we cannot yet change the UserHooks interface so that it is never given the LocalBuildInfo.
-
- Jan 26, 2008
-
-
Duncan Coutts authored
There was only one use and no point since rawSystem uses the path anyway.
-
Duncan Coutts authored
so they are almost certainly useless to the debian folks anyway.
-
Duncan Coutts authored
make it a .hs like everyone else uses
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
and jhc should just be putting its generated files under dist/ anyway. The latter issue is filed as bug #219.
-
Duncan Coutts authored
Saves printing an error message when it fails.
-
- Jan 25, 2008
-
-
Duncan Coutts authored
So it doesn't use a temp file to capture the output. Since runInteractiveProcess is only available on ghc we use the temp file method for other implementations.
-
- Sep 20, 2007
-
-
Duncan Coutts authored
Many Setup.hs files import Distribution.Setup so this unbreaks them. It's marked DEPRECATED so will generate a warning for scripts that use it. This patch is only going to the cabal-1.2 branch, not HEAD.
-
- Jan 24, 2008
-
-
Duncan Coutts authored
to $HOME/.cabal on unix and on WinXP: (not sure about vista) C:\Documents And Settings\user\Application Data\cabal
-
- Jan 25, 2008
-
-
Ross Paterson authored
This is needed to separate Cabal and subprogram output if stdout is buffered (e.g. a file), especially if stdout and stderr are the same.
-
- Jan 24, 2008
-
-
Duncan Coutts authored
Fixes ticket #11. Though the section could do with a bit more detail. It corresponds to what's on the wiki: http://hackage.haskell.org/trac/hackage/wiki/StableInterfaces
-
- Jan 23, 2008
-
-
Duncan Coutts authored
The System.IO.openTempFile is much better because it opens the temp files securely. Howver it is only available in base-2 and only of GHC. In base-3 it is available for all implementations. So in practice that means it's only for GHC and we have to use our compatability implementation for hugs and nhc98. Not sure of the status for jhc.
-
Duncan Coutts authored
-
Duncan Coutts authored
ghc-6.4 and above recognise the OPTIONS_GHC pragma. ghc-6.6 and above recognise the LANGUAGE pragma. Added OPTIONS_JHC and OPTIONS_NHC pragmas with equivalant flags.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
Dissalows version strings like "1.05". It'd have to be "1.5" or "1.0.5". That is, leading '0's in version components are no longer allowed. The Version parser & pretty printer should now be exactly 1-1 and invertable.
-
Duncan Coutts authored
Previusly everyone got the compat version, except for ghc and hugs which opted out. Now just nhc98 opts in.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
- Jan 22, 2008
-
-
Duncan Coutts authored
No longer inlcude compatability hacks and remove code that handles the old style of ghc-pkg package registration files.
-
Duncan Coutts authored
-
- Jan 18, 2008
-
-
Ian Lynagh authored
-
- Jan 21, 2008
-
-
Duncan Coutts authored
-