This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 06 Jul, 2004 2 commits
- 05 Jul, 2004 2 commits
- 29 Jun, 2004 2 commits
- 27 Jun, 2004 2 commits
- 25 Jun, 2004 1 commit
-
-
ijones authored
** Started parser and tests cases ** But fails test cases ** Probably because of only one look-ahead ** reorganize for 1 look-ahead
-
- 20 Jun, 2004 2 commits
- 19 Jun, 2004 3 commits
- 17 Jun, 2004 7 commits
-
-
md9ms authored
-
md9ms authored
-
md9ms authored
-
ijones authored
-
ijones 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
-
ijones authored
** fixed bug in SDist where it wasn't looking in the hsSourceDir ** cleaned up a little
-
ijones authored
-
- 16 Jun, 2004 2 commits
- 15 Jun, 2004 7 commits
-
-
bjorn@bringert.net authored
-
ijones authored
** used assertCmd for more stuff ** output test summary at the end
-
ijones authored
** added some parsing of build-dep, so we could get some kind of dependency to the package stuff. see TODO item ** assertCmd to simplify testing ** added test case basically like this: make semiclean ./setup configure --prefix=",tmp" ./setup build ./setup install --user ghc -package-conf $HOME/.ghc-packages -package HUnit-1.0 HUnitTester.hs -o ./hunitTest ./hunitTest ghc-pkg --config-file=$HOME/.ghc-packages -r HUnit-1.0 make clean
-
ijones authored
-
ijones authored
-
ijones authored
-
ijones authored
-
- 14 Jun, 2004 2 commits
-
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
- 13 Jun, 2004 7 commits
-
-
ijones authored
-
ijones authored
** added installpath to the library_dirs variable. this makes it so that register will not give the error "cannot find `libtest-1.0.a' on library path" ** added HS to library name in package config ** added labels to test cases ** added test case ** added ghc-pkg unregister for test case, so that it won't fail.
-
ijones authored
-
ijones authored
-
ijones authored
-
ijones authored
** added "preprocessing" from bringert's code ** hugs now doesn't complain on build. ** hugs install now looks in dist directory ** added hsSourceDir field
-
ijones authored
** more tests for install hugs and ghc ** test --install-prefix ** checked return codes for more operations ** broke Install targets into separate functions for GHC and Hugs ** started using pathJoin and copyFile ** still more integration to go.
-
- 12 Jun, 2004 1 commit
-
-
bjorn@bringert.net authored
-