diff --git a/ForkableT.cabal b/ForkableT.cabal
--- a/ForkableT.cabal
+++ b/ForkableT.cabal
@@ -1,21 +1,19 @@
--- Initial ForkableT.cabal generated by cabal init.  For further 
--- documentation, see http://haskell.org/cabal/users-guide/
-
 name:                ForkableT
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Forkable monad transformers
 description:         Provides two classes for modular handling of forking
 license:             BSD3
 license-file:        LICENSE
--- author:              
 maintainer:          Andras Slemmer
--- copyright:           
+homepage:            https://github.com/exFalso/ForkableT/
 category:            Control
 build-type:          Simple
 cabal-version:       >=1.8
 
 library
   exposed-modules:     Control.Concurrent.ForkableT, Control.Concurrent.ForkableT.Instances
-  -- other-modules:       
-  build-depends:       base ==4.6.*, mtl ==2.1.*, monad-control ==0.3.*, resourcet ==0.4.*
+  build-depends:       base < 5 && >= 4,
+                       mtl < 3 && >= 2,
+                       monad-control < 1,
+                       resourcet < 2 && >= 1
   hs-source-dirs:      src
