diff --git a/dub.sdl b/dub.sdl index 2ae4255..d4be719 100644 --- a/dub.sdl +++ b/dub.sdl @@ -7,6 +7,9 @@ targetPath "bin" +// Deprecated module(s) +excludedSourceFiles "source/dub/packagesupplier.d" + configuration "application" { targetType "executable" mainSourceFile "source/app.d"