diff --git a/test/DocTest.hs b/test/DocTest.hs
deleted file mode 100644
--- a/test/DocTest.hs
+++ /dev/null
@@ -1,21 +0,0 @@
------------------------------------------------------------------------------
--- |
--- Module      : DocTest.hs
--- Description : Documentation Testing
--- Copyright   : (c) 2015 Christopher Reichert
--- License     : AllRightsReserved
--- Maintainer  : Christopher Reichert <creichert07@gmail.com>
--- Stability   : testing
--- Portability : POSIX
-
-
-module Main (main) where
-
-
-import System.FilePath.Glob (glob)
-import Test.DocTest         (doctest)
-
-
-main :: IO ()
-main = glob "Network/**/[A-Z]*.hs"
-         >>= doctest
diff --git a/wai-middleware-throttle.cabal b/wai-middleware-throttle.cabal
--- a/wai-middleware-throttle.cabal
+++ b/wai-middleware-throttle.cabal
@@ -1,6 +1,6 @@
 
 name:                wai-middleware-throttle
-version:             0.1.0.0
+version:             0.1.0.1
 license:             BSD3
 license-file:        LICENSE
 author:              Christopher Reichert
@@ -60,19 +60,10 @@
                      , transformers
 
 
-test-suite doctest
-  default-language:    Haskell2010
-  ghc-options:         -Wall -Werror -threaded
-  main-is:             test/DocTest.hs
-  type:                exitcode-stdio-1.0
-  build-depends:       base
-                     , doctest == 0.9.*
-                     , Glob    == 0.7.*
-
-
 test-suite haddock
   main-is:             test/Haddock.hs
   ghc-options:         -Wall -Werror -threaded
+  build-tools:         haddock
   type:                exitcode-stdio-1.0
   default-language:    Haskell2010
   build-depends:       base
@@ -81,9 +72,9 @@
 
 
 test-suite hlint
-    main-is:          test/HLint.hs
-    ghc-options:      -Wall -Werror -threaded
-    type:             exitcode-stdio-1.0
-    default-language: Haskell2010
-    build-depends:    base
-                    , hlint == 1.8.*
+  main-is:          test/HLint.hs
+  ghc-options:      -Wall -Werror -threaded
+  type:             exitcode-stdio-1.0
+  default-language: Haskell2010
+  build-depends:    base
+                  , hlint == 1.8.*
