Skip to content

Commit

Permalink
Makefile: reverse hack!
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Feb 9, 2024
1 parent 7e267b3 commit 8cd9b2d
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 @@ -16,7 +16,7 @@ HADDOCKFLAGS = \
$(shell grep -q "Arch Linux" /etc/lsb-release && echo --optghc=-dynamic)
BASE_DEPS = containers array time
INSTALL_DEPS = leancheck bytestring nats text \
$(shell cabal --version | grep -q "version [0-2]\." && echo $(BASE_DEPS))
$(shell cabal --version | grep -q "version [0-2]\." || echo $(BASE_DEPS))

all: mk/toplibs

Expand Down

0 comments on commit 8cd9b2d

Please sign in to comment.