diff --git a/buildable.cabal b/buildable.cabal
--- a/buildable.cabal
+++ b/buildable.cabal
@@ -1,5 +1,5 @@
 name:                buildable
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Typeclass for builders of linear data structures
 description: {
 Various linear data structures can be expensive to construct in a
@@ -46,11 +46,11 @@
   exposed-modules:     Data.Buildable
   -- other-modules:
   -- other-extensions:
-  build-depends:       base >=4.6 && <4.7
+  build-depends:       base >=4.6 && <4.8
                      , bytestring >= 0.10.0.0 && < 0.11
                      , containers == 0.5.*
                      , dlist >= 0.5 && < 0.8
-                     , text >= 0.11.3.0 && < 1.12
+                     , text >= 0.11.3.0 && < 1.3
   hs-source-dirs:      src
   default-language:    Haskell2010
 
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+0.1.0.3
+
+* Bump dependencies for base and text.
+
 0.1.0.2
 
 * Actually point to the correct source-repository
