name: serial version: 0.1 synopsis: POSIX serial port wrapper description: Provides a clean interface to working with POSIX serial ports in Haskell category: System license: GPL license-file: LICENSE author: Frederick Ross maintainer: fred.ross@epfl.ch build-type: Simple Cabal-Version: >=1.2 extra-source-files: README Library build-depends: base, unix, parsec Exposed-Modules: System.Serial System.Serial.Manager ghc-options: -threaded