From 192dd991a6b18d80a70c7375942cbd406f068cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 22 Mar 2016 19:02:59 +0100 Subject: [PATCH] Added missing dependency --- graph-lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graph-lib/Makefile b/graph-lib/Makefile index 12eb39b4..efd3a26b 100644 --- a/graph-lib/Makefile +++ b/graph-lib/Makefile @@ -12,4 +12,5 @@ clean: .PHONY: build-dep build-dep: - raco pkg install --deps search-auto --update-deps --skip-installed alexis-util cover cover-coveralls debug + # 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