diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,14 @@
+## 1.0.1
+
+* Decreased lower-bounds of:
+
+      * `network`
+      * `text`
+      * `time`
+      * `vector`
+
+  Thanks to Renzo Carbonara (@k0001) for this change.
+
 ## 1.0.0
 
 * Initial release.
diff --git a/ekg-carbon.cabal b/ekg-carbon.cabal
--- a/ekg-carbon.cabal
+++ b/ekg-carbon.cabal
@@ -1,5 +1,5 @@
 name: ekg-carbon
-version: 1.0.0
+version: 1.0.1
 synopsis: An EKG backend to send statistics to Carbon (part of Graphite monitoring tools)
 homepage: http://github.com/ocharles/ekg-carbon
 license: BSD3
@@ -17,12 +17,12 @@
   build-depends:
     base >=4.6 && <4.8,
     ekg-core >= 0.1.0.1 && < 0.2,
-    network >= 2.5.0.0 && < 2.6,
+    network >= 2.4 && < 2.6,
     network-carbon >= 1.0.0 && <1.1,
-    text >= 1.1.1.3 && < 1.2,
-    time >= 1.4.2 && < 1.5,
+    text >= 0.10 && < 1.2,
+    time >= 1.4 && < 1.5,
     unordered-containers,
-    vector >= 0.10.11.0 && < 0.11
+    vector >= 0.10 && < 0.11
 
   hs-source-dirs: src
   default-language: Haskell2010
