diff --git a/confsolve.cabal b/confsolve.cabal
--- a/confsolve.cabal
+++ b/confsolve.cabal
@@ -1,5 +1,5 @@
 name: confsolve
-version: 0.5.5
+version: 0.5.6
 cabal-version: >=1.6
 build-type: Simple
 license: BSD3
@@ -11,7 +11,8 @@
     running Dropbox or Wuala.
 category: Utils
 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
+tested-with: GHC ==7.6.2 GHC ==7.6.3 GHC ==7.8.3 GHC ==7.10.1
+             GHC ==8.0.1 GHC ==8.2.1
 
 source-repository head
     type: git
@@ -21,8 +22,8 @@
     main-is: Main.hs
     build-depends:
         base >=3 && <5,
-        time >=1.4.0.1 && <1.7,
-        process >=1.1.0.2 && <1.5,
+        time >=1.4.0.1 && <1.9,
+        process >=1.1.0.2 && <1.7,
         unordered-containers >=0.2.4.0 && <0.3,
         text >=1.1.1.2 && <1.3,
         attoparsec >=0.11.3.0 && <0.14,
