adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
530 stars 127 forks source link

package svg - fail #260

Closed joelcnz closed 4 years ago

joelcnz commented 4 years ago

Joel-Computer:SpellIt joelchristensen$ dub --version DUB version 1.22.0, built on Jul 7 2020 Joel-Computer:SpellIt joelchristensen$ dmd --version DMD64 D Compiler v2.093.0 Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved written by Walter BrightJoel-Computer:SpellIt joelchristensen$ dub add arsd-official Adding dependency arsd-official ~>8.3.0 Joel-Computer:SpellIt joelchristensen$ dub Failed to find any versions for package svg, referenced by arsd-official 8.3.0

adamdruppe commented 4 years ago

argh i missed a colon in the config file

i hate dub.json it is what drives me most nuts about this. it is the opposite of DRY. shouldn't even exist at all.

pushed and labeled 8.3.1

joelcnz commented 4 years ago

That's better, thanks.