remove deprecated yaml/dyaml.all modules (#93)

remove deprecated yaml/dyaml.all modules
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
Cameron Ross 2018-02-28 20:01:00 -04:00 committed by The Dlang Bot
parent 0784ca63ec
commit 72995df864
3 changed files with 1 additions and 22 deletions

View file

@ -1,9 +0,0 @@
// Copyright Ferdinand Majerech 2011.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
deprecated("Import dyaml instead") module dyaml.all;
public import dyaml;

View file

@ -1,9 +0,0 @@
// Copyright Ferdinand Majerech 2011.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
deprecated("Import dyaml instead") module yaml;
public import dyaml;