|
|
|
|
|
by jfischoff
4405 days ago
|
|
This is the plan I think, or something like it. Currently package are referred to by unique hash that sort of works this way, but there are few unfortunate restrictions in GHC and cabal that need to be lifted to allow future installations to not conflict with past installations (multiple instances of the same version, right now there can only be one foo-0.1.0.0 even though it also has a unique hash). |
|