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
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
swaggerAPI :: Proxy SwaggerAPI
swaggerAPI = Proxy
combinedAPI :: Proxy CombinedAPI
combinedAPI = Proxy

View File

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