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
fix bug in sanityChecking (returning opposite value) More... almost 13 years ago
remove TODO. use github's issues More... almost 13 years ago
fix hlint suggestion in SanityCheck module More... almost 13 years ago
move sanity checks to separate module More... almost 13 years ago
move top level actions to Actions module More... almost 13 years ago
add .hgignore file More... almost 13 years ago
fix hlint suggestions in PackageManagement module More... almost 13 years ago
move package mgmt stuff into PackageManagement module More... almost 13 years ago
change repo address to github More... almost 13 years ago
move parts of main file to Paths and Process modules More... almost 13 years ago
fix hlint suggestion in MyMonad More... almost 13 years ago
remove dead code More... almost 13 years ago
add three-level verbosity setting More... almost 13 years ago
add derived MonadError instance for MyMonad More... almost 13 years ago
move Monad definition to MyMonad module. add info and trace funs. add Exception handling to MyMonad More... almost 13 years ago
move data types definitions to Types module More... almost 13 years ago
move some utility things to Util modules More... almost 13 years ago
add .ghci file (haskell-mode needs it to work with extra src dir) More... almost 13 years ago
add src/ and skeletons/ dirs. don't keep everything in the top level project dir More... almost 13 years ago
embed extra files directly in virthualenv binary More... almost 13 years ago
append external GHC pkg db path explicitly, instead of trailing colon (that also used user pkg db) More... almost 13 years ago
transplant few more packages that aren't installable otherwise More... almost 13 years ago
fix typo More... almost 13 years ago
when using external GHC don't copy any packages, just reuse provided pkg db More... almost 13 years ago
initGhcDb works with ghc < 6.12 More... almost 13 years ago
fix checking for already installed packages when using external ghc More... almost 13 years ago
lower dep versions More... almost 13 years ago
make cabal wrapper more posix compliant More... almost 13 years ago
activate script sets external ghc correctly More... almost 13 years ago
copying base system works with external ghc More... almost 13 years ago