Hs2lib-0.6.0: TODO.txt
** fix http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html (includes, include-install and fix the libpaths so the files are found at runtime)
** fix unix code compile
** fix selecPreTyp selection error (unit test: cabal file)
** fix qualified names used in original source file
** fix the type synonym resolver. It's really buggy and needs complete rewrite
** fix Storable error with embedded structues e.g. (Maybe [String]) doesn't work inside a data declare.
-- data Foo = Foo (Maybe [String]) (Maybe (Int,[String]))
** fixed type applications with typles e.g type Field a = (Int, [a]) and Field (String, String)
** Find the bug in the c# codegen for tuples
** update type to IO
** change codegens ** partually
** change where it detects lists, IO is now supported
** test something ending in IO []