concurrent-machines 0.3.1.2 → 0.3.1.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~lifted-asyncPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lifted-async
API changes (from Hackage documentation)
Files
concurrent-machines.cabal view
@@ -1,5 +1,5 @@ name: concurrent-machines-version: 0.3.1.2+version: 0.3.1.3 synopsis: Concurrent networked stream transducers description: A simple use-case for this library is to run the stages@@ -62,7 +62,7 @@ transformers-base >= 0.4 && < 0.6, machines >= 0.5 && < 0.7, async >= 2.0.1 && < 2.3,- lifted-async >= 0.1 && < 0.10,+ lifted-async >= 0.1 && < 0.11, semigroups >= 0.8 && < 0.19 hs-source-dirs: src default-language: Haskell2010