Skip to content

Commit

Permalink
Makefile: --avoid-reinstalls?
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Feb 9, 2024
1 parent 6279d97 commit 521d7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GHCIMPORTDIRS = src:test
GHCFLAGS = -v0 -O2 $(shell grep -q "Arch Linux" /etc/lsb-release && echo -dynamic)
HADDOCKFLAGS = \
$(shell grep -q "Arch Linux" /etc/lsb-release && echo --optghc=-dynamic)
INSTALL_DEPS = leancheck bytestring nats text containers array time
INSTALL_DEPS = leancheck bytestring nats text containers array time --avoid-reinstalls

all: mk/toplibs

Expand Down

0 comments on commit 521d7a1

Please sign in to comment.