This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jul 19, 2005
-
-
Isaac Potoczny-Jones authored
-
- Jul 16, 2005
-
-
Isaac Potoczny-Jones authored
-
- May 17, 2005
-
-
Isaac Potoczny-Jones authored
-
- Apr 21, 2005
-
-
David Himmelstrup authored
-
- Mar 12, 2005
-
-
Isaac Potoczny-Jones authored
-
- Nov 03, 2004
-
-
Isaac Potoczny-Jones authored
-
- Jul 14, 2004
-
-
Isaac Potoczny-Jones authored
- this caused a problem since the parser doesn't accpet HUnit-1.0 as a package name. That broke make-install. - The almost-correct behavior was to fix the version within Configure if they specify an exact version dependency. - But the question is, why have I encoded the version into the name string for ghc-pkg? Shouldn't I remove this? Was it to simulate version dependencies since ghc-pkg doesn't do this yet? - Anyway, make install works now.
-
- Jun 19, 2004
-
-
Isaac Potoczny-Jones authored
** HUnit and Cabal use the Setup.description file ** A works like it did before, but uses 'defaultMainNoRead'
-
- Jun 17, 2004
-
-
Isaac Potoczny-Jones authored
** Wrote Setup wrapper for cabal itself, but it kinda requires a bootstrap makefile. ** added a bunch of targets to the makefile to do the Right Thing
-