serialport 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+13/−13 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- System/Hardware/Serialport.hs +12/−12
- serialport.cabal +1/−1
System/Hardware/Serialport.hs view
@@ -1,18 +1,18 @@ {-# LANGUAGE CPP #-}-{- | -@-s <- openSerial \"\/dev\/ttyUSB0\" B9600 8 One NoParity NoFlowControl -forM_ \"AT\\r\" $ sendChar s---- from Control.Monad.Loops-response <- unfoldM (recvChar s)--print response+-- |+-- > s <- openSerial \"\/dev\/ttyUSB0\" B9600 8 One NoParity NoFlowControl+-- > +-- > forM_ \"AT\\r\" $ sendChar s+-- > +-- > -- from Control.Monad.Loops+-- > response <- unfoldM (recvChar s)+-- > +-- > print response+-- > +-- > closeSerial s+-- -closeSerial s-@--} module System.Hardware.Serialport ( -- * Types StopBits(..)
serialport.cabal view
@@ -1,5 +1,5 @@ Name: serialport-Version: 0.1.0.1+Version: 0.1.0.2 Cabal-Version: >= 1.2 Build-Type: Simple license: BSD3