diff --git a/cmdargs.cabal b/cmdargs.cabal
--- a/cmdargs.cabal
+++ b/cmdargs.cabal
@@ -1,7 +1,7 @@
 cabal-version:      >= 1.6
 build-type:         Simple
 name:               cmdargs
-version:            0.6.3
+version:            0.6.4
 license:            BSD3
 license-file:       LICENSE
 category:           Console
@@ -38,7 +38,9 @@
     description: Build the test program
 
 library
-    build-depends: base == 4.*, transformers == 0.2.*, filepath
+    build-depends:
+        base == 4.*,
+        transformers == 0.2.*
 
     exposed-modules:
         System.Console.CmdArgs
diff --git a/cmdargs.htm b/cmdargs.htm
--- a/cmdargs.htm
+++ b/cmdargs.htm
@@ -87,7 +87,7 @@
 </p>
 <h3>Acknowledgements</h3>
 <p>
-	Thanks to Kevin Quick for substantial patches, and additional code contributions from Sebastian Fischer.
+	Thanks to Kevin Quick for substantial patches, and additional code contributions from Sebastian Fischer and Daniel Schoepe.
 </p>
 
 
