0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
VIRTHUALENV_ENV_BACKUP is not used anymore in activate script More... over 12 years ago
adjust Actions and PackageManagement modules to new Process module api More... over 12 years ago
Process module: polished error messages and use exceptions More... over 12 years ago
add runProcess function More... over 12 years ago
fix hlint suggestion in Args module More... over 12 years ago
unify transplantPkg and transplantPackage into overloaded class method More... over 12 years ago
add option to use something else (e.g. gmake) instead of make (fixes #19) More... over 12 years ago
use tr instead of sed in cabal wrapper (this also works on zsh in freebsd) More... over 12 years ago
inlines backuping/restoring env vars in activate script (should work on zsh) More... over 12 years ago
fix finding real program in wrappers (fixes #5) More... over 12 years ago
check that required binaries exist (cabal, ghc-pkg) (fixes #2) More... over 12 years ago
which function More... over 12 years ago
check if .virthualenv dir already exists (fixes #3) More... over 12 years ago
keep logs in a virthualenv.log file More... over 12 years ago
append error message to log file and exit with error status when exception was thrown More... over 12 years ago
run sanityCheck inside MyMonad More... over 12 years ago
fix hlint suggestions More... over 12 years ago
remove tmpDir from DirStructure (and all traces of that). installExternalGhc creates/deletes tmp dir by itself (fixes #18) More... over 12 years ago
createTemporaryDirectory function More... over 12 years ago
remove bzlip and tar deps, they're not currently used More... over 12 years ago
proper .cabal file (fixes #6) More... over 12 years ago
backout usage of buggy internal tar unpacking (but leave cleaned up Tar module) More... over 12 years ago
buggy implementation of internal tar unpacking More... almost 13 years ago
create a log file when something goes wrong (fixes #8) More... almost 13 years ago
implement skip-sanity-check option (fixes #16) More... almost 13 years ago
add --version argument (fixes #15) More... almost 13 years ago
better cli arg parsing (fixes issue #1) More... almost 13 years ago
update usage text More... almost 13 years ago
move arg parsing to Args module More... almost 13 years ago
fix activate's script check if GHC_BIN_DIR exists More... almost 13 years ago