Skip to content

Commit

Permalink
Makefile: move template-haskell to INSTALL_DEPS
Browse files Browse the repository at this point in the history
... to fix build with GHC 9.8
  • Loading branch information
rudymatela committed Feb 8, 2024
1 parent 7892ae8 commit f663069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f663069

Please sign in to comment.