servant-openapi3 2.0.0 → 2.0.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- servant-openapi3.cabal +1/−1
- test/doctests.hs +1/−1
servant-openapi3.cabal view
@@ -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
test/doctests.hs view
@@ -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