diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## [v0.4.0.4](https://github.com/diagrams/force-layout/tree/v0.4.0.4) (2016-05-01)
+
+- allow `lens-4.14`
+- allow `base-4.9` for `GHC-8.0`
+
 ## [v0.4.0.3](https://github.com/diagrams/force-layout/tree/v0.4.0.3) (2015-09-17)
 
   - allow `lens-4.13`
diff --git a/force-layout.cabal b/force-layout.cabal
--- a/force-layout.cabal
+++ b/force-layout.cabal
@@ -1,5 +1,5 @@
 name:                force-layout
-version:             0.4.0.3
+version:             0.4.0.4
 synopsis:            Simple force-directed layout
 description:         Simulation engine for doing simple force-based layout,
                      /e.g./ for trees or graphs.  See the diagrams-contrib package
@@ -21,9 +21,9 @@
 
 library
   exposed-modules:     Physics.ForceLayout
-  build-depends:       base >= 4.2 && < 4.9,
+  build-depends:       base >= 4.2 && < 4.10,
                        linear >= 1.10 && < 1.21,
-                       lens >= 3.0 && < 4.14,
+                       lens >= 3.0 && < 4.15,
                        containers >=0.4 && < 0.6,
                        data-default-class >= 0.0.1 && < 0.1
   hs-source-dirs:      src
