This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 10 Jul, 2004 3 commits
- 09 Jul, 2004 1 commit
-
-
ijones authored
-- |FIX: Doesn't remove directories created. Perhaps it should just -- delete the .hi and .o files? Perhaps it should just delete the -- entire build location recursively?
-
- 07 Jul, 2004 4 commits
- 06 Jul, 2004 3 commits
- 05 Jul, 2004 2 commits
- 29 Jun, 2004 1 commit
-
-
ijones authored
** Changed 'package' field to be empty identifier ** Implemented multiple field parsing (works for version, name, license) ** implemented version parsing ** STILL have not got parseFreeText to stop correctly ** more testing
-
- 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
-
- 19 Jun, 2004 1 commit
-
-
ijones authored
** HUnit and Cabal use the Setup.description file ** A works like it did before, but uses 'defaultMainNoRead'
-
- 15 Jun, 2004 1 commit
-
-
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
-
- 13 Jun, 2004 2 commits
- 12 Jun, 2004 2 commits
-
-
bjorn@bringert.net authored
-
ijones authored
Added unit tests to everthing ModuleTest imports them all, runs them Many of them are empty, however. Some still export IO [Test] which they should rather export [test]. must fix :)
-
- 05 Jun, 2004 2 commits
-
-
ijones authored
So the user can say what modules they want, and the system will go find the filenames. This works for installation. Changed some FilePaths back into Strings
-
ijones authored
* Implemented basic installation ** Doesn't work for ghc or nhc-style, basically can copy source files to target directory * Some module names to filepaths, this may get changed back.
-
- 21 May, 2004 3 commits
- 29 Apr, 2004 1 commit
-
-
ijones authored
* Added Simple{Register,Configure} * Moved Simple.Default to Simple.hs * Moved some stuff out of Misc (into Register and configure) * Invented new Compiler Extensions
-
- 28 Apr, 2004 1 commit
-
-
ijones authored
-
- 27 Apr, 2004 4 commits
-
-
simonmar authored
Change the Version type in Distribtion.Version to be a combination of a branch ([Int]) and a list of arbitrary tag strings. This is intended to be a generic version type, where the interpretation of ordering is application-dependent. Distribution.Version also has lots of version-related stuff that is specific to packages: version ranges (the VersionRange type), and concrete show/parse functions for package versions.
-
ijones authored
-
simonmar authored
-
ijones authored
Added basic Setup.hs functionality. Caused a lot of imports, and cleanup of some modules. Derived show in various places. Many dummy functions with "FIX". Should implement some unit tests next.
-
- 26 Apr, 2004 2 commits