From d81988550a384881e61b67240843920c2f52e31f Mon Sep 17 00:00:00 2001 From: Sven Tennie Date: Thu, 5 Dec 2024 11:19:38 +0100 Subject: [PATCH] chore: Remove hie.yaml Makefile target (#4361) The generated file already exists in our repo and won't change. --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index b04d44051d6..f9711e63234 100644 --- a/Makefile +++ b/Makefile @@ -375,15 +375,6 @@ db-migrate: c libzauth: $(MAKE) -C libs/libzauth install -################################# -# Useful when using Haskell IDE Engine -# https://github.com/haskell/haskell-ide-engine -# -# Run this again after changes to libraries or dependencies. -.PHONY: hie.yaml -hie.yaml: - echo -e 'cradle:\n cabal: {}' > hie.yaml - ##################################### # Today we pretend to be CI and run integration tests on kubernetes # (see also docs/developer/processes.md)