diff --git a/conduit.cabal b/conduit.cabal
--- a/conduit.cabal
+++ b/conduit.cabal
@@ -1,5 +1,5 @@
 Name:                conduit
-Version:             1.0.9.1
+Version:             1.0.9.2
 Synopsis:            Streaming data processing library.
 Description:
     @conduit@ is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I\/O which guarantees deterministic resource handling, and fits in the same general solution space as @enumerator@\/@iteratee@ and @pipes@. For a tutorial, please visit <https://haskell.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview>.
@@ -80,12 +80,12 @@
                    , void
     ghc-options:     -Wall
 
-test-suite doctests
-    hs-source-dirs: test
-    main-is: doctests.hs
-    type: exitcode-stdio-1.0
-    ghc-options: -threaded
-    build-depends: base, directory, doctest >= 0.8
+--test-suite doctests
+--    hs-source-dirs: test
+--    main-is: doctests.hs
+--    type: exitcode-stdio-1.0
+--    ghc-options: -threaded
+--    build-depends: base, directory, doctest >= 0.8
 
 source-repository head
   type:     git
diff --git a/test/doctests.hs b/test/doctests.hs
deleted file mode 100644
--- a/test/doctests.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module Main where
-
-import Test.DocTest
-
-main :: IO ()
-main = doctest ["Data/Conduit.hs"]
