This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 16 Jul, 2005 3 commits
- 15 Jul, 2005 3 commits
- 14 Jul, 2005 7 commits
- 06 Jul, 2005 3 commits
- 28 Jun, 2005 7 commits
-
-
ijones authored
-
ijones authored
-
ijones authored
-
ijones authored
-
ijones authored
-
ijones authored
-
ijones authored
documentation updates from ross paterson - more accurate specification of package names - hs-source-dir -> hs-source-dirs in examples - setup clean removes a bit more - rearrange description of fields Version.hs: allow more spaces in version constraints Install.hs: add the exe extension when installing executables (reported by Brian Smith) test directory: add explicit dependencies on base Misc: Prefix error messages and warnings with the program name, and send them to stderr. (Also moved some stuff from Distribution.Simple.Utils to Distribution.Simple.Build to avoid circular dependencies.) refactoring only: split Compiler type from Distribution.Setup, to reduce dependencies. Exclude DefaultSetup.lhs from the GHC build add JHC to the Compiler type refactored argument processing setup sdist --snapshot: append YYYYMMDD to the version for the bundle improved error messages (from Brian Smith): * attach source locations to messages when available * change some remaining error's do die. refactor defaultMainWorker split Distribution.Extension between Language.Haskell.Extension (just the type, which will also be useful when haskell-src-exts is merged) and Distribution.Compiler (mappings to compiler options). add Language.Haskell.Extension Simon marlow: update defaults for prefix/libdir/bindir
-
- 09 Jun, 2005 1 commit
-
-
David Himmelstrup authored
-
- 30 May, 2005 1 commit
-
-
David Himmelstrup authored
-
- 04 Jun, 2005 1 commit
-
-
David Himmelstrup authored
-
- 27 May, 2005 1 commit
-
-
David Himmelstrup authored
-
- 30 May, 2005 3 commits
-
-
David Himmelstrup authored
-
David Himmelstrup authored
-
David Himmelstrup authored
-
- 04 Jun, 2005 1 commit
-
-
ijones authored
-
- 17 May, 2005 1 commit
-
-
ijones authored
-
- 16 May, 2005 1 commit
-
-
ijones authored
-
- 15 May, 2005 2 commits
-
-
ijones authored
Since we don't have hs-source-dir anymore, the location for building executables had changed. However, install was still looking in the old location. Fixed this. Fixed another bug where hs-source-dir for executables was [".","."] where this duplication caused a problem in locating the Main module. Not sure quite where this came from, but now for combining fields, we always nub, so this should be a robust fix. Fixed build failures in testing code.
-
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