67
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
initial sdist - Moved file utilities into Utils module (big diff) - implemented sdist for tarballs (FIX: calls out to tar)
SyntaxPolice
as ijones
More... almost 20 years ago
user specifies modules, not files So the user can say what modules they want, and the system will go find the filenames. This works for installation.
SyntaxPolice
as ijones
More... almost 20 years ago
moduleToFilePath * some basic tests * moduleToFilePath which converts a module name to a filename and searches the directory for that file, returning the path name if it exists
SyntaxPolice
as ijones
More... almost 20 years ago
basic installation * 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.
SyntaxPolice
as ijones
More... almost 20 years ago
basic NHC build implementation with hmake
SyntaxPolice
as ijones
More... almost 20 years ago
cleanup * Cleaned up lots of warnings * Qualified imports * Type sigs
SyntaxPolice
as ijones
More... almost 20 years ago
Register almost working More... almost 20 years ago
Fixes to building, build C bits too More... almost 20 years ago
First cut at 'setup build' More... almost 20 years ago
Nicer messages for each pass More... almost 20 years ago
Add stubs for all commands, various other updates More... almost 20 years ago
Improve command-line parsing More... almost 20 years ago
made configure even more verbose
SyntaxPolice
as ijones
More... about 20 years ago
made verbose, works for hugs * Removed conflicts of last commit * made configure more verbose * fixed name of hugs packaging tool * slight improvement to some error messages
SyntaxPolice
as ijones
More... about 20 years ago
isaac's updates and notes
SyntaxPolice
as ijones
More... about 20 years ago
Major rewrite of specification More... about 20 years ago
Move utils to D.S.Utils, setup droppings, basic impl. of Setup More... about 20 years ago
implementation of configure that works for GHC on simon 's machine More... about 20 years ago
added groupAllBy
SyntaxPolice
as ijones
More... about 20 years ago
cleanup and reorg * Added Simple{Register,Configure} * Moved Simple.Default to Simple.hs * Moved some stuff out of Misc (into Register and configure) * Invented new Compiler Extensions
SyntaxPolice
as ijones
More... about 20 years ago
some cleanup
SyntaxPolice
as ijones
More... about 20 years ago
parsed ConfigFlags, some code cleanup
SyntaxPolice
as ijones
More... about 20 years ago
Remove snapshots from package versions More... about 20 years ago
renamed some command-line tests
SyntaxPolice
as ijones
More... about 20 years ago
command parsing, changed packageinfo
SyntaxPolice
as ijones
More... about 20 years ago
some cleanup
SyntaxPolice
as ijones
More... about 20 years ago
basic options parsing * Copied GetOpt and altered it to allow unknown options to flow through instead of signaling an error. * Implemented parsing of all the flags * No parsing of commands yet * Broke up test suite a bit * Enumerated commands
SyntaxPolice
as ijones
More... about 20 years ago
renamed package databases again
SyntaxPolice
as ijones
More... about 20 years ago
lots of TODO updates
SyntaxPolice
as ijones
More... about 20 years ago
more unit tests. find the comp location
SyntaxPolice
as ijones
More... about 20 years ago