machines-io 0.2.0.4 → 0.2.0.6
raw patch · 2 files changed
+2/−1 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- machines-io.cabal +1/−1
- src/System/IO/Machine.hs +1/−0
machines-io.cabal view
@@ -1,5 +1,5 @@ name: machines-io-version: 0.2.0.4+version: 0.2.0.6 synopsis: IO utilities for the machines library homepage: http://github.com/aloiscochard/machines-io license: Apache-2.0
src/System/IO/Machine.hs view
@@ -1,6 +1,7 @@ {-# LANGUAGE Rank2Types #-} module System.IO.Machine where +import Control.Applicative ((<$>)) import Control.Monad.IO.Class (MonadIO, liftIO) import Data.IOData (IOData, hGetLine, hPutStrLn) import Data.Machine