cleaning remnants

This commit is contained in:
nek0 2022-07-19 18:40:07 +02:00
parent 2ddf3d907b
commit f6e4d4df0b
3 changed files with 0 additions and 5 deletions

View file

@ -3,4 +3,3 @@ module AppTypes
) where ) where
import AppTypes.Configuration as T import AppTypes.Configuration as T
import AppTypes.SwaggerAPI as T

View file

@ -234,9 +234,6 @@ mateSwagger = OA.toOpenApi mateAPI
mateAPI :: Proxy MateAPI mateAPI :: Proxy MateAPI
mateAPI = Proxy mateAPI = Proxy
swaggerAPI :: Proxy SwaggerAPI
swaggerAPI = Proxy
combinedAPI :: Proxy CombinedAPI combinedAPI :: Proxy CombinedAPI
combinedAPI = Proxy combinedAPI = Proxy

View file

@ -120,7 +120,6 @@ executable mateamt
other-modules: other-modules:
AppTypes AppTypes
AppTypes.Configuration AppTypes.Configuration
AppTypes.SwaggerAPI
Janitor Janitor
Paths_mateamt Paths_mateamt
other-extensions: other-extensions: