Open
Description
Currently there is no consensus as to what "installing" of libraries means, however for us this is pretty clear what we need:
- We need cabal to be able to install (and place all dependencies) into a given target package-db.
cabal install --lib rts:rts --package-db=...
should install the rts into the provided --package-db
. The library can of course also be installed in the global package db/store, but our usecase is creating a specific package-db to ship.
Metadata
Metadata
Assignees
Labels
No labels