diff --git a/strict-io.cabal b/strict-io.cabal
--- a/strict-io.cabal
+++ b/strict-io.cabal
@@ -1,6 +1,6 @@
 name:            strict-io
 cabal-Version:   >=1.6
-version:         0.2.0
+version:         0.2.1
 license:         BSD3
 license-File:    LICENSE
 copyright:       (c) Nicolas Pouillard
@@ -14,11 +14,10 @@
 build-type:      Simple
 
 library
-  build-depends:   base>=3.0 && <5, deepseq==1.1.*, extensible-exceptions
+  build-depends:   base>=3.0 && <5, deepseq>=1.1 && <1.4, extensible-exceptions
   exposed-modules: System.IO.Strict
                    System.IO.Strict.Internals
                    Data.IORef.Strict
-                   -- TODO Control.Exception.Strict
   ghc-options:     -Wall -O2
 
 source-repository head
