This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 15 May, 2005 1 commit
-
-
ijones authored
Krasimir: added hs-source-dirs (ross added docs) Add other-files field to PackageDescription. This is a list files which belong to the package but aren't compiled. These files are copied and packaged from sdist command. Ross: fixes to buildHugs and sdist after hs-source-dirs changes. Also simplified smartCopySources a bit. document sdist and new other-files field.
-
- 12 May, 2005 2 commits
- 10 May, 2005 3 commits
- 21 Apr, 2005 2 commits
-
-
David Himmelstrup authored
-
David Himmelstrup authored
* Exporting Distribution.Compat.FilePath and Distribution.GetOpt. I'm using GetOpt from Cabal 'cause I fixed a bug in it which I haven't commited to CVS yet. In Distribution.Simple.Config: * Made 'getInstalledPackagesAux' and 'configCompilerAux' which aren't using ConfigFlags since cabal-get defines it own ConfigFlags. * Changed 'configCompilerVersion' to take a verbose argument instead of a ConfigFlags. * Exported those functions.
-
- 18 Apr, 2005 1 commit
-
-
David Himmelstrup authored
Now exporting getInstalledPackages from Distribution.Simple.Configure since it's needed by cabal-get.
-
- 10 May, 2005 1 commit
-
-
ijones authored
getInstalledPackages: ignore lines beginning with "Creating", so that we can understand this ghc-pkg output from 6.4: Creating user package database in /home/simonmar/.ghc/i386-linux-6.4/package.conf /home/simonmar/fp/lib/i386-unknown-linux/ghc-6.4/package.conf: rts-1.0, base-1.0, haskell98-1.0, template-haskell-1.0, unix-1.0, Cabal-1.0, parsec-1.0, haskell-src-1.0, network-1.0, QuickCheck-1.0, HUnit-1.1, mtl-1.0, fgl-5.2, X11-1.1, HGL-3.1, OpenGL-2.0, GLUT-2.0, stm-1.0, readline-1.0, (lang-1.0), (concurrent-1.0), (posix-1.0), (util-1.0), (data-1.0), (text-1.0), (net-1.0), (hssource-1.0) /home/simonmar/.ghc/i386-linux-6.4/package.conf:
-
- 08 May, 2005 2 commits
- 03 May, 2005 1 commit
-
-
ijones authored
-
- 02 May, 2005 3 commits
-
-
ijones authored
This is necessary in Mac OS X and on Solaris. It is possible that this might cause problems for systems that use setup copy to build and then use cp to install files, since the library modification time will change. I think this is only the case on Mac OS X and Solaris.
-
ijones authored
-
ijones authored
-
- 26 Apr, 2005 1 commit
-
-
David Himmelstrup authored
[from Distribution.Simple.Configure] * Exporting getInstalledPackagesAux and configCompilerAux. * Refactored ConfigFlags out of configCompilerAux, findCompiler, configCompilerVersion and guessPkgToolFromHcPath. * Changed the verbosity of getInstalledPackages, findCompiler, configCompilerVersion and guessPkgToolFromHcPath.
-
- 02 May, 2005 1 commit
-
-
ijones authored
-
- 18 Apr, 2005 1 commit
-
-
ijones authored
-
- 16 Apr, 2005 5 commits
-
-
Josef Svenningsson authored
-
ijones authored
-
ijones authored
Including a test case from J?r?my Bobbio. Previously, we weren't linking in _stub.o files to the library, though they are produced by the build. Now we link them in. I assume that ghc --make does the right thing for executables, haven't tested this. Also implemented ./setup clean for getting rid of Foo_stub.{h,c} files for both executables and libraries. These files aren't put into the dist/build directory (can they be?) so I had to add a bit of extra logic here.
-
ijones authored
-
ijones authored
-
- 12 Apr, 2005 1 commit
-
-
David Himmelstrup authored
The bug caused unknown long opts to get stripped of their argument (--test=arg => --test).
-
- 15 Apr, 2005 6 commits
- 13 Apr, 2005 1 commit
-
-
ijones authored
-
- 12 Apr, 2005 1 commit
-
-
ijones authored
-
- 14 Apr, 2005 4 commits
- 20 Mar, 2005 3 commits