Skip to content

Commit 7ed5abe

Browse files
committed
Makefile: add pretty to INSTALL_DEPS
1 parent f663069 commit 7ed5abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ LIST_ALL_HSS = find \( -path "./dist*" -o -path "./.stack-work" -o -path "./Setu
4949
-o -name "*.*hs" -print
5050
HADDOCKFLAGS = $(shell grep -q "Arch Linux" /etc/lsb-release && echo --optghc=-dynamic)
5151
LIB_DEPS = base $(INSTALL_DEPS)
52-
INSTALL_DEPS = leancheck cmdargs template-haskell
52+
INSTALL_DEPS = leancheck cmdargs template-haskell pretty
5353

5454
all: mk/toplibs
5555

0 commit comments

Comments
 (0)