diff --git a/servant-openapi3.cabal b/servant-openapi3.cabal
--- a/servant-openapi3.cabal
+++ b/servant-openapi3.cabal
@@ -1,5 +1,5 @@
 name:                servant-openapi3
-version:             2.0.0
+version:             2.0.0.1
 synopsis:            Generate a Swagger/OpenAPI/OAS 3.0 specification for your servant API.
 description:
   Swagger is a project used to describe and document RESTful APIs. The core of the 
diff --git a/test/doctests.hs b/test/doctests.hs
--- a/test/doctests.hs
+++ b/test/doctests.hs
@@ -9,4 +9,4 @@
     traverse_ putStrLn args
     doctest args
   where
-    args = flags ++ pkgs ++ ["-package-db=/nix/store/04nvwq8fmk0r81fj19zsp2mwmxw3hnxr-ghc-shell-for-packages-ghc-8.8.4-env/lib/ghc-8.8.4/package.conf.d"] ++ module_sources
+    args = flags ++ pkgs ++ module_sources
