From fe19b6ed37df584f01087c79d951e7c7fa514286 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Tue, 13 Jun 2023 11:04:45 +0000
Subject: [PATCH] dhall format

---
 horizon.dhall | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/horizon.dhall b/horizon.dhall
index ee9b7097..1ea0ddc9 100644
--- a/horizon.dhall
+++ b/horizon.dhall
@@ -352,7 +352,11 @@ let packages =
       , hie-compat = H.callHackage "hie-compat" "0.3.1.0"
       , hiedb = H.callHackage "hiedb" "0.4.3.0"
       , hinotify = H.callHackage "hinotify" "0.4.1"
-      , hint = H.callGit "https://github.com/haskell-hint/hint" "7803c34c8ae1d83c0f7c13fe6b30fcb3abd0ac51" (None H.Subdir)
+      , hint =
+          H.callGit
+            "https://github.com/haskell-hint/hint"
+            "7803c34c8ae1d83c0f7c13fe6b30fcb3abd0ac51"
+            (None H.Subdir)
       , hlint = H.callHackage "hlint" "3.5"
       , hls-alternate-number-format-plugin =
           H.callHackage "hls-alternate-number-format-plugin" "1.3.0.0"
-- 
GitLab