More work on kangaroo. The MIDI example compiles again but doesn't work. I'd taken this out of run function of the Kangaroo monad, because I didn't need the result, but it I still need to perform the action.
; _rsz <- hGetArray handle arr (fromIntegral sz)
I'll put this line back in on the next commit.