diff --git a/distributed-fork.cabal b/distributed-fork.cabal
--- a/distributed-fork.cabal
+++ b/distributed-fork.cabal
@@ -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
