From f6630698370553482d8a8b30dff721117829bb0e Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Thu, 8 Feb 2024 21:56:46 +0100 Subject: [PATCH] Makefile: move template-haskell to INSTALL_DEPS ... to fix build with GHC 9.8 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 05ac8f3..190a811 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,8 @@ TESTS = \ LIST_ALL_HSS = find \( -path "./dist*" -o -path "./.stack-work" -o -path "./Setup.hs" -o -name "haskell-src*.hs" \) -prune \ -o -name "*.*hs" -print HADDOCKFLAGS = $(shell grep -q "Arch Linux" /etc/lsb-release && echo --optghc=-dynamic) -LIB_DEPS = base template-haskell $(INSTALL_DEPS) -INSTALL_DEPS = leancheck cmdargs +LIB_DEPS = base $(INSTALL_DEPS) +INSTALL_DEPS = leancheck cmdargs template-haskell all: mk/toplibs