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.1.0
+version: 1.2.0
 cabal-version: >=1.6
 build-type: Simple
 license: BSD3
@@ -13,7 +13,7 @@
 description: This library provides a server process (implemented using eprocess) that can receive and run actions in the Interpreter monad.
 category: Concurrency, Language, Compilers/Interpreters
 author: Fernando "Brujo" Benavides
-tested-with: GHC ==6.10.3, GHC ==6.10.4
+tested-with: GHC ==6.12.1
 data-files: LICENSE README
 data-dir: ""
 extra-source-files: Setup.hs
@@ -28,7 +28,7 @@
                    mtl >=1.1.0,                 mtl < 1.2,
                    monad-loops >=0.3.0,         monad-loops < 0.4,
                    hint >=0.3.1,                hint < 0.4,
-                   eprocess >=1.1.0,            eprocess < 2
+                   eprocess >=1.1.2,            eprocess < 2
     exposed-modules: Language.Haskell.Interpreter.Server
     hs-source-dirs: src
     
