Skip to content

Commit

Permalink
Update TODO given recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
batterseapower committed Sep 7, 2008
1 parent 61059b2 commit e75c417
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions TODO
@@ -1,9 +1,5 @@
=== High Priority ===

=== Medium Priority ===
Make all functions work on handles rather than always on stdout. The problem with this is that we need to extract the Windows HANDLE from a Haskell Handle
in order to work out where we should issue the console API calls on. There doesn't appear to be a way to do this: indeed, it's not clear it even makes
sense to do it. The unix package has something /like/ what we want, but it takes a Handle to a Fd, flushing and closing (!) the Handle as it does it: this
is not really what we want (even if it was available for Win32).

=== Low Priority ===

0 comments on commit e75c417

Please sign in to comment.