Hey there!
Is it possible to have a dub package with a dependency to vibenews?
This is my dub.json:
{
"name": "myProj",
"description": "A minimal D application.",
"copyright": "Copyright © 2015, Timoses",
"authors": ["Timoses"],
"dependencies": {
"vibenews": ">=0.6.6"
}
}
However, I'm getting a compile error:
/Library/D/dmd/src/phobos/std/range/primitives.d(335,9): Error: static assert "Cannot put a const(char) into a OutputStream."
Here's the full compile log:
http://pastebin.com/YRaXeYAw
Any ideas what the problem might be?
Bests,
Timoses