aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/Config.dhall
diff options
context:
space:
mode:
authorClement Delafargue <clement.delafargue@fretlink.com>2019-10-03 11:31:56 +0200
committerClement Delafargue <clement.delafargue@fretlink.com>2019-10-03 11:31:56 +0200
commit25bf64cbc9a8ed4fef36c15756f9d7f8e96e2d06 (patch)
treed6ffd754b83687e45db23522aa8273218071732e /dhall/Config.dhall
parentcfcebcd5f0c7a99ab60de773e67e7ee35e8b0f0a (diff)
downloadansible-kong-app-25bf64cbc9a8ed4fef36c15756f9d7f8e96e2d06.tar.gz
ansible-kong-app-25bf64cbc9a8ed4fef36c15756f9d7f8e96e2d06.tar.zst
ansible-kong-app-25bf64cbc9a8ed4fef36c15756f9d7f8e96e2d06.zip
upgrade dhall to 1.26.1 and merge types and termspolykinds
Previously, types were flattened and terms were nested (as are the directories). For consistency, I made the types nested as well.
Diffstat (limited to 'dhall/Config.dhall')
-rw-r--r--dhall/Config.dhall3
1 files changed, 2 insertions, 1 deletions
diff --git a/dhall/Config.dhall b/dhall/Config.dhall
index f1a28fc..dad94f9 100644
--- a/dhall/Config.dhall
+++ b/dhall/Config.dhall
@@ -1 +1,2 @@
1let Server = ./server/Server.dhall in { kong_servers : List Server } 1let Server = ./server/package.dhall in { kong_servers : List Server.Type }
2