diff --git a/quiver-csv.cabal b/quiver-csv.cabal
--- a/quiver-csv.cabal
+++ b/quiver-csv.cabal
@@ -1,5 +1,5 @@
 name:           quiver-csv
-version:        0.0.0.1
+version:        0.0.0.2
 synopsis:       Quiver combinators for cellular CSV data processing
 homepage:       https://github.com/zadarnowski/quiver-csv
 category:       Control
@@ -28,7 +28,7 @@
 source-repository this
   type:         git
   location:     https://github.com/zadarnowski/quiver-csv.git
-  tag:          0.0.0.1
+  tag:          0.0.0.2
 
 library
   hs-source-dirs:   src
@@ -42,5 +42,5 @@
     base                    >= 4.8 && < 5,
     bytestring              >= 0.10.6.0,
     data-cell               >= 1.0.0.2,
-    quiver                  >= 0.0.0.6,
-    quiver-bytestring       >= 0.0.0.1
+    quiver                  >= 0.0.0.11,
+    quiver-bytestring       >= 0.0.0.2
diff --git a/src/Control/Quiver/CSV.lhs b/src/Control/Quiver/CSV.lhs
--- a/src/Control/Quiver/CSV.lhs
+++ b/src/Control/Quiver/CSV.lhs
@@ -14,11 +14,7 @@
 > {-# LANGUAGE PatternSynonyms #-}
 
 > module Control.Quiver.CSV (
->   ParseResult,
->    pattern ParseIncomplete,
->    pattern ParseComplete,
->    pattern ParseFailed,
->   ParseError (..),
+>   CSVError (..),
 >   decodeCSV, decodeLazyCSV,
 >   encodeCSV, encodeLazyCSV,
 > ) where
