diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Version 0.6.0.2 released 08 Apr 2014
+
+* Bumped version for process so it will compile with GHC 7.8.1.
+
 Version 0.6.0.1 released 20 Mar 2013
 
 * runProcess now allows access to the current environment, instead of
diff --git a/filestore.cabal b/filestore.cabal
--- a/filestore.cabal
+++ b/filestore.cabal
@@ -1,5 +1,5 @@
 Name:                filestore
-Version:             0.6.0.1
+Version:             0.6.0.2
 Cabal-Version:       >= 1.10
 Build-type:          Custom
 Synopsis:            Interface for versioning file stores.
@@ -35,7 +35,7 @@
                          filepath >= 1.1 && < 1.4,
                          directory >= 1.0 && < 1.3,
                          parsec >= 2 && < 3.2,
-                         process >= 1.0 && < 1.2,
+                         process >= 1.0 && < 1.3,
                          time >= 1.1 && < 1.5,
                          xml >= 1.3 && < 1.4,
                          split >= 0.1 && < 0.3,
