From 07ab060fb998db09d1bf70e7dc23c88edfaf1177 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 3 Jan 2017 18:06:11 +0000 Subject: [PATCH] Fix compiler.nimble namespace violations. --- compiler.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler.nimble b/compiler.nimble index d949aa7547..2a528ea8bf 100644 --- a/compiler.nimble +++ b/compiler.nimble @@ -5,7 +5,7 @@ author = "Andreas Rumpf" description = "Compiler package providing the compiler sources as a library." license = "MIT" -InstallDirs = "doc, compiler" +InstallDirs = "compiler" [Deps] Requires: "nim >= 0.14.0"