diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2016 Stephen Diehl
+Copyright (c) 2016-2017 Stephen Diehl
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -190,5 +190,5 @@
 License
 -------
 
-Copyright (c) 2014, Stephen Diehl
+Copyright (c) 2014-2017, Stephen Diehl
 Released under the MIT License
diff --git a/repline.cabal b/repline.cabal
--- a/repline.cabal
+++ b/repline.cabal
@@ -1,16 +1,17 @@
 name:                repline
-version:             0.1.5.0
+version:             0.1.6.0
 synopsis:            Haskeline wrapper for GHCi-like REPL interfaces.
 license:             MIT
 license-file:        LICENSE
 author:              Stephen Diehl
 maintainer:          stephen.m.diehl@gmail.com
-copyright:           2014-2016 Stephen Diehl
+copyright:           2014-2017 Stephen Diehl
 category:            User Interfaces
 build-type:          Simple
 extra-source-files:  README.md
 cabal-version:       >=1.10
 tested-with:         GHC == 7.6.1, GHC == 7.6.3, GHC == 7.8.3, GHC == 7.10.1
+homepage:            https://github.com/sdiehl/repline
 Bug-Reports:         https://github.com/sdiehl/repline/issues
 
 Description:
@@ -26,6 +27,7 @@
     base       >= 4.6 && <4.10,
     containers >= 0.5 && <0.6,
     mtl        >= 2.2 && <2.3,
+    process    >= 1.2 && <1.5,
     haskeline  >= 0.7 && <0.8
   default-language:    Haskell2010
 
