diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+Version 1.4:
+- bump version of exception 
+- bump version of eprocess
 
 Version 1.3:
 - bump version of Hint
diff --git a/hint-server.cabal b/hint-server.cabal
--- a/hint-server.cabal
+++ b/hint-server.cabal
@@ -1,5 +1,5 @@
 name: hint-server
-version: 1.3.2
+version: 1.4.0
 cabal-version: >=1.6
 build-type: Simple
 license: BSD3
@@ -25,8 +25,8 @@
                    mtl == 2.1.*,
                    monad-loops == 0.3.*,
                    hint == 0.4.*,
-                   eprocess == 1.6.*,
-                   exceptions == 0.3.*
+                   eprocess == 1.7.*,
+                   exceptions == 0.6.*
     exposed-modules: Language.Haskell.Interpreter.Server
     hs-source-dirs: src
     
