This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 08 Jul, 2011 1 commit
-
-
Duncan Coutts authored
-
- 19 Jun, 2011 1 commit
-
-
Duncan Coutts authored
At the top level we now have cabal/ and cabal-install/
-
- 27 Feb, 2011 1 commit
-
-
Duncan Coutts authored
-
- 30 Jan, 2011 1 commit
-
-
Duncan Coutts authored
The chapter on installing packages still needs to be rewritten to describe the cabal tool, rather than runhaskell Setup.hs
-
- 16 Oct, 2010 1 commit
-
-
Duncan Coutts authored
Means we only need to have the version in one place now. Yay.
-
- 10 Oct, 2010 2 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
-
- 31 May, 2010 1 commit
-
-
Duncan Coutts authored
-
- 16 Dec, 2009 1 commit
-
-
Duncan Coutts authored
Useless docbook tools.
-
- 29 Nov, 2009 1 commit
-
-
Duncan Coutts authored
The 1.8.x branch remains at 1.8.0.1
-
- 04 Nov, 2009 1 commit
-
-
Duncan Coutts authored
A few changes since version 1.8.0 that was released with ghc-6.12rc1
-
- 06 Oct, 2009 1 commit
-
-
Ian Lynagh authored
-
- 05 Oct, 2009 1 commit
-
-
Duncan Coutts authored
-
- 07 Jul, 2009 1 commit
-
-
Duncan Coutts authored
-
- 07 Jun, 2009 1 commit
-
-
Duncan Coutts authored
Add an explicit intermediate ProgramInvocation data type.
-
- 03 Jun, 2009 1 commit
-
-
Duncan Coutts authored
-
- 30 May, 2009 1 commit
-
-
Duncan Coutts authored
-
- 13 Feb, 2009 2 commits
-
-
Duncan Coutts authored
Apparently xsltproc does not validate against the dtd. This should stop errors creaping back in.
-
Samuel Bronson authored
As it says in http://docbook.sourceforge.net/release/xsl/current/README: - Use the base canonical URI in combination with one of the pathnames below. For example, for "chunked" HTML, output: http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
-
- 28 Jan, 2009 1 commit
-
-
Duncan Coutts authored
This is to work around the file permissions problems with the standard System.Directory.copyFile function. When installing files we do not want to copy permissions or attributes from the source files. On unix we want to use specific permissions and on windows we want to inherit default permissions. On unix: copyOrdinaryFile sets the permissions to -rw-r--r-- copyExecutableFile sets the permissions to -rwxr-xr-x
-
- 02 Dec, 2008 1 commit
-
-
Duncan Coutts authored
-
- 11 Oct, 2008 2 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
-
- 10 Oct, 2008 3 commits
-
-
Duncan Coutts authored
Building the haddock docs requires building first. Arguably this is a Cabal bug. It should probably generate the "autogen" files for haddock and not just for build.
-
Duncan Coutts authored
-
Duncan Coutts authored
It did not actually contain any release notes and just duplicated information in the README which was confusing.
-
- 09 Oct, 2008 1 commit
-
-
Duncan Coutts authored
To make easier to track recent Cabal / cabal-install changes
-
- 20 Sep, 2008 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 22 Aug, 2008 1 commit
-
-
Duncan Coutts authored
-
- 13 Aug, 2008 1 commit
-
-
Duncan Coutts authored
-
- 21 Jun, 2008 1 commit
-
-
Duncan Coutts authored
We need these types for their Read instances so that we can still read older GHCs package db files when we make changes to the current InstalledPackageInfo type, or the types contained in it, like PackageIdentifier or License.
-
- 17 Jun, 2008 1 commit
-
-
Duncan Coutts authored
-
- 16 Jun, 2008 1 commit
-
-
Duncan Coutts authored
-
- 29 May, 2008 1 commit
-
-
Duncan Coutts authored
-
- 20 May, 2008 1 commit
-
-
Duncan Coutts authored
The user guide gets built in two different ways. There's a target in Cabal's the top level Makefile and there is also the stuff that the ghc build system uses. The ghc build system expects to copy in doc/fptools.css and then delete it again on make clean. We want a persistent copy so that we can make the docs when we've just got a standalone Cabal build tree, so that's now kept as doc/Cabal.css.
-
- 29 Mar, 2008 1 commit
-
-
Duncan Coutts authored
Though we should try and limit divergence until 1.4.0 is released.
-
- 26 Mar, 2008 1 commit
-
-
Duncan Coutts authored
-
- 19 Mar, 2008 1 commit
-
-
Duncan Coutts authored
-
- 03 Mar, 2008 1 commit
-
-
Duncan Coutts authored
Keep up with recent minor api changes
-