diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -110,12 +110,12 @@
 If the cabal build (the setup-config) uses `lens 4.1.2`, then the results of the `update` command would be:
 
     $> cabal-bounds update
-    lens >=4.0.1 && <4.1   =>   lens >=4.1.2 && <4.2
+    lens >=4.0.1 && <4.1   =>   lens >=4.0.1 && <4.2
     lens                   =>   lens >=4.1.2 && <4.2
 
     $> cabal-bounds update --lower
-    lens >=4.0.1 && <5     =>   lens >=4.1.2 && <5
-    lens >=4.0.1 && <4.1   =>   lens >=4.1.2
+    lens >=4.0.1 && <5     =>   lens >=4.0.1 && <5
+    lens >=4.0.1 && <4.1   =>   lens >=4.0.1 && <4.1
     lens <4.1              =>   lens >=4.1.2
     lens                   =>   lens >=4.1.2
 
@@ -125,12 +125,6 @@
     lens                   =>   lens <4.2
 
 You can also specify which component of the version number should be updated:
-
-    $> cabal-bounds update --lowercomp=minor
-    lens >=4.0.1 && <4.1   =>   lens >=4.1.2
-
-    $> cabal-bounds update --lowercomp=major2
-    lens >=4.0.1 && <4.1   =>   lens >=4.1
 
     $> cabal-bounds update --lowercomp=major1
     lens >=4.0.1 && <4.1   =>   lens >=4 && <4.1
diff --git a/cabal-bounds.cabal b/cabal-bounds.cabal
--- a/cabal-bounds.cabal
+++ b/cabal-bounds.cabal
@@ -1,5 +1,5 @@
 name: cabal-bounds
-version: 1.1.0
+version: 1.2.0
 cabal-version: >=1.9.2
 build-type: Simple
 license: BSD3
@@ -47,7 +47,7 @@
 category: Utils, Development
 author: Daniel Trstenjak
 tested-with: GHC ==7.6.2 GHC ==7.6.3 GHC ==7.8.3 GHC ==7.10.1
-             GHC ==8.0.1
+             GHC ==8.0.1 GHC ==8.2.1
 extra-source-files:
     README.md
     CHANGELOG
@@ -81,7 +81,7 @@
         cabal-lenses >=0.4.6 && <0.5,
         Cabal >=1.18.0 && <1.25,
         filepath >=1.3 && <1.5,
-        directory ==1.2.*
+        directory >=1.2 && <1.4
     cpp-options: -DCABAL
     hs-source-dirs: lib
     other-modules:
@@ -110,10 +110,10 @@
         base >=3 && <5,
         tasty >=0.9.0.1 && <0.12,
         tasty-golden >=2.2.0.2 && <2.4,
-        process >=1.1.0.2 && <1.5,
+        process >=1.1.0.2 && <1.7,
         filepath >=1.3 && <1.5,
-        directory ==1.2.*,
-        Glob ==0.7.*,
+        directory >=1.2 && <1.4,
+        Glob >=0.7 && <0.9,
         cabal-bounds -any
     hs-source-dirs: tests
     ghc-options: -W
