From 8ecf6b9c260f1ed24814183eef56ccfccb8697aa Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Sun, 20 Jan 2008 23:55:41 -0600 Subject: [PATCH] Added TODO file. --- TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..c077f98 --- /dev/null +++ b/TODO @@ -0,0 +1,12 @@ +in no particular order: + * Take advantage of bytestring-0.9.0.4's instance + of IsString and GHC's Overloaded strings to move + much of the internals to ByteString. + * Take advantage of network-bytestring as well. + * Enhance IPluginT monad, most likely by writing our + own instance for it, rather than letting newtype + deriving do all the work for us. + * Plugins. Many more. + * Write a more proper 'plugin library' that will + allow controlled access to resources like + utilities, processes, files and the web. -- 2.11.4.GIT