jputcu / serialport

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

Doesn't build on base-4.* #18

Closed davire closed 10 years ago

davire commented 11 years ago

getForeignEncoding, setForeignEncoding are only available with base >= 4.5, but the lower bound set in the cabal file is base >= 4

jputcu commented 11 years ago

I think I'll use the "#if MIN_VERSION_base(4,5,0)"