jputcu / serialport

Cross platform haskell library for using the serial port
Other
43 stars 36 forks source link

Derive Eq and Show for CommSpeed, Parity, StopBits and FlowControl #19

Closed jefflasslett closed 11 years ago

jefflasslett commented 11 years ago

I found that I needed the SerialPort types to be instances of Eq and Show. I've also created a simple .gitignore file.