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
|
) where
|
||||||
|
|
||||||
import AppTypes.Configuration as T
|
import AppTypes.Configuration as T
|
||||||
import AppTypes.SwaggerAPI as T
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue