Fix compiler.nimble namespace violations.

This commit is contained in:
Dominik Picheta
2017-01-03 18:06:11 +00:00
parent 8413c9f15e
commit 07ab060fb9

View File

@@ -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"