From f6e4d4df0b581167dbc3017acb797628ad39bfed Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 19 Jul 2022 18:40:07 +0200 Subject: [PATCH] cleaning remnants --- app/AppTypes.hs | 1 - app/Main.hs | 3 --- mateamt.cabal | 1 - 3 files changed, 5 deletions(-) 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: