From 9c97e6f5da7f54c27a0f8a605742420eef29ac07 Mon Sep 17 00:00:00 2001 From: Ajay Dhyani Date: Mon, 11 Nov 2024 15:42:07 +0530 Subject: [PATCH] config file can be YAML --- tailscale-manager.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tailscale-manager.cabal b/tailscale-manager.cabal index 45bf47b..82f8a19 100644 --- a/tailscale-manager.cabal +++ b/tailscale-manager.cabal @@ -50,6 +50,8 @@ common deps , protolude ^>= 0.3.4 , raw-strings-qq ^>= 1.1 , text ^>= 2.0.2 + , filepath ^>= 1.4.2 + , yaml ^>= 0.11.8 executable tailscale-manager import: warnings, deps