cleaning remnants
This commit is contained in:
parent
2ddf3d907b
commit
f6e4d4df0b
3 changed files with 0 additions and 5 deletions
|
@ -3,4 +3,3 @@ module AppTypes
|
|||
) where
|
||||
|
||||
import AppTypes.Configuration as T
|
||||
import AppTypes.SwaggerAPI as T
|
||||
|
|
|
@ -234,9 +234,6 @@ mateSwagger = OA.toOpenApi mateAPI
|
|||
mateAPI :: Proxy MateAPI
|
||||
mateAPI = Proxy
|
||||
|
||||
swaggerAPI :: Proxy SwaggerAPI
|
||||
swaggerAPI = Proxy
|
||||
|
||||
combinedAPI :: Proxy CombinedAPI
|
||||
combinedAPI = Proxy
|
||||
|
||||
|
|
|
@ -120,7 +120,6 @@ executable mateamt
|
|||
other-modules:
|
||||
AppTypes
|
||||
AppTypes.Configuration
|
||||
AppTypes.SwaggerAPI
|
||||
Janitor
|
||||
Paths_mateamt
|
||||
other-extensions:
|
||||
|
|
Loading…
Reference in a new issue