I would like to echo keyboard input to the operating system (ubuntu) from haskell. More specifically, I"m parsing a binary signal and I would like to turn it into keyboard input. I am not trying to capture keyboard input into the program.
Is there a haskell package that enables this? If not, is there a good attack strategy?