aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/types.dhall
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/types.dhall')
-rw-r--r--dhall/types.dhall13
1 files changed, 0 insertions, 13 deletions
diff --git a/dhall/types.dhall b/dhall/types.dhall
deleted file mode 100644
index 938dc74..0000000
--- a/dhall/types.dhall
+++ /dev/null
@@ -1,13 +0,0 @@
1{ Vault =
2 ./Vault.dhall
3, Config =
4 ./Config.dhall
5, Server =
6 ./server/Server.dhall
7, Service =
8 ./server/service/Service.dhall
9, Plugin =
10 ./server/service/plugin/Plugin.dhall
11, Route =
12 ./server/service/route/Route.dhall
13}