msgpack / msgpack-haskell

Haskell implementation of MessagePack / msgpack.org[Haskell]
http://hackage.haskell.org/package/msgpack
138 stars 80 forks source link

generation of "import java.util.HashMap/Array" #11

Closed delta2323 closed 12 years ago

delta2323 commented 12 years ago

Added generation of import sentence of HashMap and Array. If HashMap and Array class are not used in generated .java file, these imports are not generated neither.