diff --git a/app/AppTypes.hs b/app/AppTypes.hs index 07d9aa4..3e914d9 100644 --- a/app/AppTypes.hs +++ b/app/AppTypes.hs @@ -3,4 +3,3 @@ module AppTypes ) where import AppTypes.Configuration as T -import AppTypes.SwaggerAPI as T diff --git a/app/Main.hs b/app/Main.hs index 15752b3..4ddbe4d 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -234,9 +234,6 @@ mateSwagger = OA.toOpenApi mateAPI mateAPI :: Proxy MateAPI mateAPI = Proxy -swaggerAPI :: Proxy SwaggerAPI -swaggerAPI = Proxy - combinedAPI :: Proxy CombinedAPI combinedAPI = Proxy diff --git a/mateamt.cabal b/mateamt.cabal index 469286d..34d6fe0 100644 --- a/mateamt.cabal +++ b/mateamt.cabal @@ -120,7 +120,6 @@ executable mateamt other-modules: AppTypes AppTypes.Configuration - AppTypes.SwaggerAPI Janitor Paths_mateamt other-extensions: