sv2v
sv2v copied to clipboard
No option for package search
Hi,
I have a problem (of sorts). All packages have to be provided explicitly by listing them in [FILES].
The issue:
sv2v: could not find package "prim_secded_pkg"
CallStack (from HasCallStack):
error, called at src/Convert/Package.hs:685:42 in main:Convert.Package
No auto-resolving here. What I'd like to have is an option simillar to -y or -I to search for packages automatically.
Is there an existing standard flag name for this behavior in other tools? The feature seems doable, but I'm not sure if it should be a separate argument (e.g., --pkgdir) or if I should reuse -y/--libdir for this purpose, "library" being a fairly generic term.