distributed-fork 0.0.1.2 → 0.0.1.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- distributed-fork.cabal +3/−3
distributed-fork.cabal view
@@ -1,11 +1,11 @@ name: distributed-fork-version: 0.0.1.2+version: 0.0.1.3 synopsis: Like 'forkIO', but uses remote machines instead of local threads. homepage: https://github.com/utdemir/distributed-fork license: BSD3 license-file: LICENSE author: Utku Demir-maintainer: me@utdemir.com+maintainer: Utku Demir <me@utdemir.com> copyright: Utku Demir category: Control build-type: Simple@@ -27,7 +27,7 @@ , Control.Distributed.Fork.Backend other-modules: Control.Distributed.Fork.Internal ghc-options: -Wall- build-depends: base >= 4.7 && < 5+ build-depends: base >= 4.10 && < 5 , async , binary , bytestring