packages feed

snap-0.4: TODO

TODO
----

Check for space issues in development vs production modes
  -- last thing before release

document EVERYTHING.
  -- low-level per-function documentation
  -- mid-level per-module documentation
  -- high-level design documentation

Extract ghc options via TH to include in hint configuration.
  -- wait for new release of hint

Fix broken SIGINT handler installed by the ghc api via hint.
  -- patch submitted for hint
  -- I can work around this in my code if needed