diff --git a/Text/CSV.hs b/Text/CSV.hs
--- a/Text/CSV.hs
+++ b/Text/CSV.hs
@@ -30,7 +30,7 @@
    and LFs in unquoted fields. This should make it possible to parse
    CSV files in any encoding, but it allows for characters such as
    tabs that the RFC may be interpreted to forbid even in non-US-ASCII
-   character sets.  -}
+   character sets. -}
 
 {- Copyright (c) Jaap Weel 2007.  This library is free software; you
    can redistribute it and/or modify it under the terms of the GNU
diff --git a/csv.cabal b/csv.cabal
--- a/csv.cabal
+++ b/csv.cabal
@@ -1,5 +1,5 @@
 Name:                csv
-Version:             0.1.0
+Version:             0.1.1
 Category:            Text
 Synopsis:            CSV loader and dumper
 Description:         CSV loader and dumper
@@ -14,5 +14,5 @@
 License-file:        COPYING
 Author:              Jaap Weel <weel@ugcs.caltech.edu>
 Maintainer:          Jaap Weel <weel@ugcs.caltech.edu>
-Build-Depends:       base, parsec
+Build-Depends:       base, parsec, filepath
 Exposed-modules:     Text.CSV
