machines-io 0.2.0.13 → 0.2.0.14
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~machinesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: machines
API changes (from Hackage documentation)
- System.IO.Machine: type DataModeIO m a = MonadIO m => (Handle -> m a, Handle -> a -> m ())
+ System.IO.Machine: type DataModeIO m a = MonadIO m => ((Handle -> m a), (Handle -> a -> m ()))
- System.IO.Machine: type IODataMode a = (Handle -> IO a, Handle -> a -> IO ())
+ System.IO.Machine: type IODataMode a = ((Handle -> IO a), (Handle -> a -> IO ()))
Files
- machines-io.cabal +2/−2
machines-io.cabal view
@@ -1,5 +1,5 @@ name: machines-io-version: 0.2.0.13+version: 0.2.0.14 synopsis: IO utilities for the machines library homepage: http://github.com/aloiscochard/machines-io license: Apache-2.0@@ -20,5 +20,5 @@ base >=4.6 && < 5 , bytestring >= 0.10 && < 0.11 , chunked-data >= 0.1 && < 0.4- , machines >= 0.2 && < 0.7+ , machines >= 0.2 && < 0.8 , transformers >= 0.3 && < 0.6