67
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed conflict
SyntaxPolice
as ijones
More... almost 20 years ago
fixed some unused imports and variable shadowing
bringert
as bjorn
More... almost 20 years ago
added clean target
bringert
as bjorn
More... almost 20 years ago
escapes in windows code
SyntaxPolice
as ijones
More... almost 20 years ago
mostly testing, some tweaks to install and build ** Added some tests ** moved build output to dist/build ** helped ar find objects ** eurohaskell todo list
SyntaxPolice
as ijones
More... almost 20 years ago
respects --user flag ** made register command respect --user flag ** changed install to put the sources in the place that register expects it, though I'm not sure if it's exactly right.
SyntaxPolice
as ijones
More... almost 20 years ago
parsing for --user and --global flags * implemented --user and --global parsing for Install and Register commands * But but register still doesn't actually pay attention.
SyntaxPolice
as ijones
More... almost 20 years ago
install-prefix and friends * enumerated some imports * used --install-prefix flag * implemented conditional register at install time ** breaks install for two reasons: 1) install will try to register 2) register is broken * Register is broken for three reasons: 1) --user and --system aren't implemented 2) install doesn't put the files in the right place (prefix/lib/package-version) 3) install doesn't put the .hi and .o files in the right place.
SyntaxPolice
as ijones
More... almost 20 years ago
added pushall target
SyntaxPolice
as ijones
More... almost 20 years ago
some TODOs
SyntaxPolice
as ijones
More... almost 20 years ago
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