We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f663069 commit 7ed5abeCopy full SHA for 7ed5abe
Makefile
@@ -49,7 +49,7 @@ LIST_ALL_HSS = find \( -path "./dist*" -o -path "./.stack-work" -o -path "./Setu
49
-o -name "*.*hs" -print
50
HADDOCKFLAGS = $(shell grep -q "Arch Linux" /etc/lsb-release && echo --optghc=-dynamic)
51
LIB_DEPS = base $(INSTALL_DEPS)
52
-INSTALL_DEPS = leancheck cmdargs template-haskell
+INSTALL_DEPS = leancheck cmdargs template-haskell pretty
53
54
all: mk/toplibs
55
0 commit comments