diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+Version 0.3.8 (2017-11-18)
+--------------------------
+
+- Allow dependency on `optparse-applicative` 0.14.
+- Require `process` >= 1.5.
+
 Version 0.3.7 (2016-11-19)
 --------------------------
 
diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -143,7 +143,8 @@
                                    False
                                    False
                                    Nothing
-                                   Nothing)
+                                   Nothing
+                                   False)
   return b
 
 showAccuracy :: ArData -> RipHash -> IO ()
diff --git a/flaccuraterip.cabal b/flaccuraterip.cabal
--- a/flaccuraterip.cabal
+++ b/flaccuraterip.cabal
@@ -1,10 +1,10 @@
 Name:           flaccuraterip
-Version:        0.3.7
+Version:        0.3.8
 Cabal-Version:  >= 1.10
 Build-Type:     Simple
 License:        GPL-3
 License-File:   LICENSE
-Copyright:      © 2012-2016 Nicola Squartini
+Copyright:      © 2012-2017 Nicola Squartini
 Author:         Nicola Squartini
 Maintainer:     Nicola Squartini <tensor5@gmail.com>
 Homepage:       http://noaxiom.org/flAccurateRip
@@ -40,7 +40,7 @@
 Source-Repository this
   Type:      git
   Location:  git://github.com/tensor5/flAccurateRip.git
-  Tag:       v0.3.7
+  Tag:       v0.3.8
 
 Executable flaccuraterip
   Default-Language:  Haskell2010
@@ -48,8 +48,8 @@
                      binary                >= 0.5 && < 0.9,
                      deepseq               >= 1.3 && < 1.5,
                      HTTP                  >= 4000.2 && < 4000.4,
-                     optparse-applicative  >= 0.10 && < 0.14,
-                     process               == 1.4.*
+                     optparse-applicative  >= 0.10 && < 0.15,
+                     process               >= 1.5 && < 1.7
   GHC-Options:       -Wall
   Main-Is:           Main.hs
-  Other-Modules:     CD.CDDB, CD.AccurateRip
+  Other-Modules:     CD.CDDB, CD.AccurateRip, Paths_flaccuraterip
