From e4ade5da29472991e2ddacc48b33d0426601acdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 22 Mar 2016 19:11:21 +0100 Subject: [PATCH] Added missing dependency --- graph-lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph-lib/Makefile b/graph-lib/Makefile index efd3a26b..ff095c05 100644 --- a/graph-lib/Makefile +++ b/graph-lib/Makefile @@ -13,4 +13,4 @@ clean: .PHONY: build-dep build-dep: # datatype is only used as an example in the docs. - raco pkg install --deps search-auto --update-deps --skip-installed alexis-util cover cover-coveralls debug datatype + raco pkg install --deps search-auto --update-deps --skip-installed alexis-util cover cover-coveralls debug datatype mischief