diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@
 [1]: http://semver.org/spec/v2.0.0.html
 [2]: https://github.com/roman/Haskell-teardown/libraries/teardown/CHANGELOG.md
 
+## v0.0.0.1
+
+* Relax lower version bounds for `prettyprinter`, `containers`, `exceptions`,
+  `deepseq`, `tasty`, `tasty-hunit` dependencies
+
 ## v0.0.0.0
 
 * Add `ComponentM` type, which supports `Monad` and `Applicative`
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@
 ## Development
 [![Build Status](https://travis-ci.org/roman/Haskell-componentm.svg?branch=master)](https://travis-ci.org/roman/Haskell-componentm)
 [![Hackage Dependencies](https://img.shields.io/hackage-deps/v/componentm.svg)](http://packdeps.haskellers.com/feed?needle=componentm)
-[![Github](https://img.shields.io/github/commits-since/roman/haskell-componentm/v0.0.0.0.svg)](https://img.shields.io/github/commits-since/roman/haskell-componentm/v0.0.0.0.svg)
+[![Github](https://img.shields.io/github/commits-since/roman/haskell-componentm/v0.0.0.1.svg)](https://img.shields.io/github/commits-since/roman/haskell-componentm/v0.0.0.1.svg)
 
 This library is intended to be minimal, providing a few functions that work
 reliably among many different kind of projects. If you want to contribute, Pull
diff --git a/componentm.cabal b/componentm.cabal
--- a/componentm.cabal
+++ b/componentm.cabal
@@ -1,10 +1,10 @@
 cabal-version: >=1.10
 name: componentm
-version: 0.0.0.0
+version: 0.0.0.1
 license: MIT
 license-file: LICENSE
-copyright: © 2017 Roman Gonzalez
-maintainer: romanandreg@gmail.com
+copyright: © 2017-2018 Roman Gonzalez
+maintainer: open-source@roman-gonzalez.info
 author: Roman Gonzalez
 stability: alpha (experimental)
 tested-with: ghc ==8.0.1 ghc ==8.0.2 ghc ==8.2.1
@@ -42,13 +42,12 @@
                  -Wincomplete-record-updates
     build-depends:
         base >=4.8 && <5,
-        containers >=0.5.11.0,
-        deepseq >=1.4.3.0,
+        containers >=0.5.7,
+        deepseq >=1.4.2,
         exceptions >=0.8.3,
-        prettyprinter >=1.2.0.1,
+        prettyprinter >=1.1,
         rio >=0.0.3,
-        teardown >=0.3,
-        time >=1.8.0.2
+        teardown >=0.3
 
 test-suite componentm-tests
     type: exitcode-stdio-1.0
@@ -63,10 +62,9 @@
     build-depends:
         base >=4.8 && <5,
         componentm -any,
-        containers >=0.5.11.0,
-        prettyprinter >=1.2.0.1,
+        containers >=0.5.7,
+        prettyprinter >=1.1,
         rio >=0.0.3,
-        tasty >=1.0.1.1,
-        tasty-hunit >=0.10.0.1,
-        teardown >=0.3,
-        time >=1.8.0.2
+        tasty >=0.11.2,
+        tasty-hunit >=0.9.2,
+        teardown >=0.3
