machines-io 0.2.0.14 → 7.0.0.0
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- machines-io.cabal +3/−3
machines-io.cabal view
@@ -1,5 +1,5 @@ name: machines-io-version: 0.2.0.14+version: 7.0.0.0 synopsis: IO utilities for the machines library homepage: http://github.com/aloiscochard/machines-io license: Apache-2.0@@ -14,9 +14,9 @@ default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall- exposed-modules: + exposed-modules: System.IO.Machine- build-depends: + build-depends: base >=4.6 && < 5 , bytestring >= 0.10 && < 0.11 , chunked-data >= 0.1 && < 0.4