Skip to content

Commit

Permalink
todo updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMoresmau committed Dec 18, 2012
1 parent a804d3d commit 5a68409
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- show installed packages/version via an overlay on the global cabal package list

- quick fix on missing package
-> install package
-> install package -> Done
-> event when installing packages
-> parse package name
-> clean and rebuild projects that are broken because of this missing package if automatic build is enabled
Expand Down Expand Up @@ -56,14 +58,14 @@

.ghci file parsing/editor?? (http://www.haskell.org/ghc/docs/latest/html/users_guide/ghci-dot-files.html http://neilmitchell.blogspot.com/2010/01/using-ghci-files-to-run-projects.html http://neilmitchell.blogspot.com/2010/01/better-ghci-files.html)

- integrate with packagedeps
- integrate with hspec
- integrate analysis tools like hpc, HaskaBelle
- integrate runtime tools like criterion
- integrate HaRe for refactoring?

- debugging
- column on breakpoint??
- try to use :hist to display full stack (can we intercept write to add :trace in front?)
- better system to force evaluation? Done with custom value setter calling :force what about calling seq ... ()?
- reloading modules when stopped seems to cause breakpoints to disappear in GHCi, to check

Expand Down

0 comments on commit 5a68409

Please sign in to comment.