Skip to content

Commit

Permalink
Makefile: move template-haskell to INSTALL_DEPS
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Feb 9, 2024
1 parent 2695eac commit 7fe2fa4
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 @@ -40,8 +40,8 @@ GHCFLAGS = -O2 \
HADDOCKFLAGS = \
$(shell grep -q "Arch Linux" /etc/lsb-release && echo --optghc=-dynamic)
LIST_ALL_HSS = find src test mk eg/*.hs bench/*.hs -name "*.hs"
LIB_DEPS = base template-haskell $(INSTALL_DEPS)
INSTALL_DEPS = leancheck express speculate
LIB_DEPS = base $(INSTALL_DEPS)
INSTALL_DEPS = leancheck express speculate template-haskell
all: mk/toplibs

all-all: mk/All.hs
Expand Down

0 comments on commit 7fe2fa4

Please sign in to comment.