Fix #3319, and do various tidyups at the same time
authorSimon Marlow <marlowsd@gmail.com>
Fri, 26 Jun 2009 09:54:21 +0000 (09:54 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 26 Jun 2009 09:54:21 +0000 (09:54 +0000)
commit909691a910d99495baf396fca3ab7e82f2e2eb51
treecab2d3be44dff518e53feb9ef5776032f45a9c63
parentce1430c02122c47ddb564017dd8a15286b2afd94
Fix #3319, and do various tidyups at the same time
 - converting a THSyn FFI declaration to HsDecl was broken; fixed
 - pretty-printing of FFI declarations was variously bogus; fixed
 - there was an unused "library" field in CImport; removed
compiler/deSugar/DsForeign.lhs
compiler/deSugar/DsMeta.hs
compiler/hsSyn/Convert.lhs
compiler/hsSyn/HsDecls.lhs
compiler/parser/RdrHsSyn.lhs
compiler/typecheck/TcForeign.lhs